Fix client-side errors

This commit is contained in:
2025-02-10 13:24:14 -05:00
parent 69f2759af5
commit 852ea63672
8 changed files with 28 additions and 20 deletions

View File

@@ -18,8 +18,13 @@ export default defineConfig(({mode}) => {
key: fs.readFileSync('localhost-key.pem'),
cert: fs.readFileSync('localhost.pem'),
},
port: 5173, // Ensure this matches your WebStorm debug URL
open: true, // Automatically opens the browser
host: 'localhost',
},
build: {
sourcemap: true // Enable source maps for debugging
},
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))