mirror of
https://github.com/Jackzmc/storage.git
synced 2025-05-13 20:43:18 +00:00
Switch to server side templating
This commit is contained in:
parent
de6301c13b
commit
3147da7643
12 changed files with 402 additions and 15 deletions
|
@ -17,6 +17,15 @@ export default defineConfig({
|
|||
compiler: 'svelte',
|
||||
})
|
||||
],
|
||||
server: {
|
||||
proxy: {
|
||||
'^/api': {
|
||||
target: "http://localhost:8080",
|
||||
changeOrigin: true,
|
||||
ws: true
|
||||
}
|
||||
}
|
||||
},
|
||||
test: {
|
||||
workspace: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue