feat: massive AI generation

This commit is contained in:
2026-03-21 02:21:05 -04:00
parent 6ccc708ae1
commit 5f41914a59
3 changed files with 45 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ export default defineConfig({
server: {
host: true,
port: 5174,
allowedHosts: ["sobina.local"],
proxy: {
"/api": "http://127.0.0.1:5079",
},
@@ -18,4 +19,4 @@ export default defineConfig({
outDir: "../../dist/viewer",
emptyOutDir: true,
},
});
})