Checkpoint

This commit is contained in:
Robin E. R. Davies
2025-07-07 02:30:30 -04:00
parent fddfde9313
commit e7cdd38056
83 changed files with 4733 additions and 214 deletions
+8
View File
@@ -8,4 +8,12 @@ export default defineConfig({
chunkSizeWarningLimit: 2000
},
plugins: [react(),svgr()],
server: {
proxy: {
'/resources': {
target: 'http://localhost:8080',
changeOrigin: false,
},
}
}
})