Integrate React frontend with backend API

This commit is contained in:
Koha9
2025-11-28 03:00:02 +09:00
parent 4c6af7115e
commit 8d358a1de2
14 changed files with 2608 additions and 150 deletions
+5
View File
@@ -18,6 +18,11 @@ export default defineConfig(({ mode }) => {
alias: {
'@': path.resolve(__dirname, '.'),
}
},
base: '/',
build: {
outDir: path.resolve(__dirname, '../app/static/frontend'),
emptyOutDir: true,
}
};
});