added: grade, subject and chapter in new chat, fixed that shitty card bug

This commit is contained in:
2026-08-18 04:44:10 -04:00
parent ab88ae30f1
commit 93a35a7343
24 changed files with 2683 additions and 66 deletions
+7 -1
View File
@@ -6,7 +6,13 @@ export default defineConfig({
root: ".",
publicDir: "public",
server: {
port: 3000,
port: 5173,
open: true,
proxy: {
"/api": {
target: "http://localhost:3001",
changeOrigin: true,
},
},
},
});