We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🤔
The text was updated successfully, but these errors were encountered:
electron may require hash-based routing or sth like https://github.com/sindresorhus/electron-serve to work.
Sorry, something went wrong.
Yet NodeGUI is worth attention. It's probably all a separate adapter.
Please, yes! To work need allow base path with dot in svelte.config.js
const config = { preprocess: preprocess(), kit: { adapter: adapter({ out: "build" }), target: "#svelte", paths: { base: "./" } } };
but return error: base must be a root-relative path
base must be a root-relative path
Realistically this can't work without #3535. I'm going to close this since it's not very actionable at the moment, have left a note there
No branches or pull requests
🤔
The text was updated successfully, but these errors were encountered: