Initial travel knowledge graph release
This commit is contained in:
17
admin-web/vite.config.ts
Normal file
17
admin-web/vite.config.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import { defineConfig } from "vite";
|
||||
import react from "@vitejs/plugin-react";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
server: {
|
||||
port: 5173,
|
||||
proxy: {
|
||||
"/v1": "http://localhost:8100",
|
||||
},
|
||||
},
|
||||
base: "/admin/",
|
||||
build: {
|
||||
outDir: "../app/static/admin",
|
||||
emptyOutDir: true,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user