docs: add js docs

This commit is contained in:
2026-05-06 19:01:58 +08:00
parent 5d84cf0589
commit d663cc5d20
3 changed files with 13 additions and 9 deletions
-9
View File
@@ -11,14 +11,5 @@ export default defineConfig({
alias: {
"@": fileURLToPath(new URL("./src", import.meta.url)),
},
},
server: {
proxy: {
'/api': {
target: 'http://localhost:8080',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, '')
}
}
}
})