-
Notifications
You must be signed in to change notification settings - Fork 2
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
can't get the sveltekit update to work with this one #8
Comments
I'm going to look into this, I haven't done much with Svelte lately, so I need to dust off the cobwebs. Have you tried the Svelte discord channels? Someone there can probably assist more quickly than I, but I will see about getting this up and running, see what I find. |
I didn't try discord. |
Latest and greatest. I have no idea what errors you encountered, but there have been breaking changes for sure. The primary change concerning this project is the RequestHandler. There is also the issue of having to remove the line "target" from svelte.config.js. I also ran 'npm upgrade' before doing anything. New import statement style as well. Got this running by hacking at my /src/routes/api/index.json.ts file, it looks like: import { spawn } from "child_process" let output: string = `` function makeSystemCall(): void {
} // 04/06/2022 @ 2:30AM This looks to be the new way to make a request export async function get() {
} |
I'll try ASAP! |
Working, thank you @timsonner ! |
Hello,
The project needs an update. I tried to find how to do it to PR but I didn't succeed since sveltejs/kit#3384 (comment)
Any idea?
The text was updated successfully, but these errors were encountered: