update compose to be coolifyable

This commit is contained in:
JCEEE
2026-08-07 11:37:46 +01:00
parent 08a20d29e5
commit 03dd8db1a2
13 changed files with 59 additions and 774 deletions
+4
View File
@@ -1,5 +1,6 @@
import tailwindcss from '@tailwindcss/vite';
import { defineConfig } from 'vite';
import { fileURLToPath, URL } from 'node:url';
import adapter from '@sveltejs/adapter-node';
import { sveltekit } from '@sveltejs/kit/vite';
@@ -13,6 +14,9 @@ export default defineConfig(() => {
filename.split(/[/\\]/).includes('node_modules') ? undefined : true,
experimental: { async: true }
},
alias: {
'@shared': fileURLToPath(new URL('../shared', import.meta.url))
},
adapter: adapter(),
experimental: { remoteFunctions: true, handleRenderingErrors: true },
csrf: {