Switch adapter from '@sveltejs/adapter-auto' to '@sveltejs/adapter-node' and add SvelteKitPWA plugin to Vite configuration

This commit is contained in:
2025-07-19 09:37:04 -04:00
parent 46300f540d
commit c60235f281
4 changed files with 4911 additions and 20 deletions

View File

@ -1,4 +1,4 @@
import adapter from '@sveltejs/adapter-auto';
import adapter from '@sveltejs/adapter-node';
/** @type {import('@sveltejs/kit').Config} */
const config = {