mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
fix: web page broken
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
import * as yup from "yup";
|
||||
|
||||
const EnvSchema = yup.object({
|
||||
API_URL: yup.string().required(),
|
||||
BASE_PATH: yup.string().required(),
|
||||
API_URL: yup.string().optional(),
|
||||
BASE_PATH: yup.string().optional(),
|
||||
MODE: yup.string().required(),
|
||||
LANDING: yup.boolean().required(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user