-
Notifications
You must be signed in to change notification settings - Fork 16
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
error: missing script "main.ts" (Svelte Kit) #16
Comments
@CoreBlender, it's not there. bun doesn't fully support svelte-kit, so what you have to do is run the package json scripts that are going to utilise Vite. so to start a dev server run |
Tried looking into using bun with sveltekit ran into an error about Server not being defined.
Happy to provide whatever info I can to assist. Worth noting that running |
@natefabian18 - i'm guessing you're using the adapter mentioned in the community adapters post. i've had the same issue. there are two options:
|
I am a newbie
when I run -> bun run main.ts
The text was updated successfully, but these errors were encountered: