use sveltekit nodejs adapter
This commit is contained in:
parent
bfc2263c7c
commit
ad11ae4286
2 changed files with 2 additions and 1 deletions
|
@ -34,6 +34,7 @@
|
|||
"vite-plugin-wasm-pack": "^0.1.9"
|
||||
},
|
||||
"dependencies": {
|
||||
"@sveltejs/adapter-node": "^1.0.0-next.69",
|
||||
"@types/luxon": "^2.0.9",
|
||||
"ace-builds": "^1.4.14",
|
||||
"dayjs": "^1.10.7",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import adapter from "@sveltejs/adapter-auto";
|
||||
import adapter from "@sveltejs/adapter-node";
|
||||
import preprocess from "svelte-preprocess";
|
||||
import { viteCommonjs } from "@originjs/vite-plugin-commonjs";
|
||||
import wasmPack from "vite-plugin-wasm-pack";
|
||||
|
|
Loading…
Reference in a new issue