chore: tweak timeline styles

This commit is contained in:
Steven
2024-02-05 21:37:43 +08:00
parent ba460382b0
commit 25efc33b24
4 changed files with 134 additions and 65 deletions

View File

@@ -2,7 +2,7 @@ import react from "@vitejs/plugin-react";
import { resolve } from "path";
import { defineConfig } from "vite";
let devProxyServer = "http://localhost:8081/";
let devProxyServer = "http://localhost:8081";
if (process.env.DEV_PROXY_SERVER && process.env.DEV_PROXY_SERVER.length > 0) {
console.log("Use devProxyServer from environment: ", process.env.DEV_PROXY_SERVER);
devProxyServer = process.env.DEV_PROXY_SERVER;