Node build

This commit is contained in:
2022-05-25 14:50:51 +02:00
parent bb072e6642
commit c1abf9a4bb
2 changed files with 2 additions and 1 deletions

View File

@@ -20,6 +20,7 @@
"dependencies": {
"@fontsource/fira-mono": "^4.5.0",
"@lukeed/uuid": "^2.0.0",
"@sveltejs/adapter-node": "^1.0.0-next.75",
"cookie": "^0.4.1",
"mdsvex": "^0.10.5",
"svelte-preprocess": "^4.10.5"

View File

@@ -1,4 +1,4 @@
import adapter from '@sveltejs/adapter-auto';
import adapter from '@sveltejs/adapter-node';
import { mdsvex } from 'mdsvex';
import preprocess from 'svelte-preprocess';