use sveltekit nodejs adapter

This commit is contained in:
Ilion Beyst 2022-02-24 18:38:17 +01:00
parent bfc2263c7c
commit ad11ae4286
2 changed files with 2 additions and 1 deletions

View file

@ -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",

View file

@ -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";