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