mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-23 23:41:52 +08:00
build(ui): support base_path
This commit is contained in:
@@ -2,6 +2,7 @@ import * as z from "zod";
|
||||
|
||||
const EnvSchema = z.object({
|
||||
API_URL: z.optional(z.string()),
|
||||
BASE_PATH: z.optional(z.string()),
|
||||
MODE: z.string(),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user