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

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