feat: Add a Vite server and proxy all non-route requests to it

This commit is contained in:
Jesse Wierzbinski 2023-12-03 15:25:55 -10:00
parent 53ac9f6745
commit 14d96ac9e6
No known key found for this signature in database
12 changed files with 138 additions and 446 deletions

View file

@ -31,7 +31,9 @@
},
"include": [
"*.ts",
"*.vue",
"**/*.ts",
"**/*.vue",
"server/api/.well-known/**/*.ts"
]
}