Skip to content
New issue

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

Workaround for svelte-check error from additional config file #222

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

rgieseke
Copy link
Contributor

The app template in src/scripts/svelte-app has another svelte.config.js which causes an error message when running npm run check as adapter-node is not installed. To workaround the file is renamed and then added separately with the correct name in static/svelte-app.json.

See #217

The app template in `src/scripts/svelte-app` has another `svelte.config.js`
which causes an error message when running `npm run check` as
`adapter-node` is not installed. To workaround the file is renamed and
then added separately with the correct name in `static/svelte-app.json`.

See mhkeller#217
@rgieseke rgieseke force-pushed the workaround-svelte-check-error branch from b6acc59 to 3d4e2d7 Compare June 27, 2024 12:56
@mhkeller mhkeller merged commit 6e90202 into mhkeller:main Jun 27, 2024
4 checks passed
@mhkeller
Copy link
Owner

Thanks for putting this together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants