1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-22 06:19:38 +02:00

Add @sveltejs/adapter-node to devDependencies and update Dockerfile

This commit is contained in:
Sean Morley 2024-03-30 21:39:38 +00:00
parent 9d5fbf00ad
commit c2e658edc5
4 changed files with 240 additions and 15 deletions

View file

@ -1,4 +1,5 @@
import adapter from '@sveltejs/adapter-auto';
//import adapter from '@sveltejs/adapter-auto';
import adapter from '@sveltejs/adapter-node';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
/** @type {import('@sveltejs/kit').Config} */