estado del protecto como funciona en el pcpasillo

This commit is contained in:
2025-02-15 21:34:16 -03:00
parent ed3e9f6b1c
commit 3240a526bf
11 changed files with 105 additions and 214 deletions

View File

@@ -4,4 +4,12 @@ import { svelte } from '@sveltejs/vite-plugin-svelte'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [svelte()],
ssr: {
noExternal: ['@sveltejs/kit']
},
resolve: {
alias: {
'node:stream': 'stream'
}
}
})