Migrate from Supabase to local Express API

This commit is contained in:
2026-06-14 16:57:50 +08:00
parent 217b81c506
commit 6359231b99
24 changed files with 3208 additions and 1192 deletions
+6
View File
@@ -57,6 +57,12 @@ function seoFilesPlugin() {
export default defineConfig({
plugins: [vue(), tailwindcss(), seoFilesPlugin()],
server: {
proxy: {
'/api': 'http://localhost:3001',
'/uploads': 'http://localhost:3001',
},
},
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url)),