1
0
Fork 0
mirror of synced 2024-06-22 04:10:54 +12:00

Configure vite with a base URL so proxy works

This commit is contained in:
Andrew Kingston 2021-05-06 17:22:09 +01:00
parent cc18b990e7
commit 5a642071d6
4 changed files with 43 additions and 3037 deletions

View file

@ -6,7 +6,7 @@ import path from "path"
export default ({ mode }) => {
const isProduction = mode === "production"
return {
base: "/",
base: "/app/",
build: {
minify: isProduction,
outDir: "../server/builder",

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff