fix: deployment issues with typescript and dist

This commit is contained in:
Ralph Khreish
2025-09-01 21:18:11 +02:00
parent 6c61472103
commit 8f27fd7a69
82 changed files with 144 additions and 46 deletions

View File

@@ -12,6 +12,7 @@ export default defineConfig({
clean: true,
bundle: true, // Bundle everything into one file
outDir: 'dist',
publicDir: 'public',
// Handle TypeScript imports transparently
loader: {
'.js': 'jsx',