We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0041a0f commit 66c6744Copy full SHA for 66c6744
1 file changed
web/src/config.ts
@@ -1,8 +1,8 @@
1
import * as yup from "yup";
2
3
const EnvSchema = yup.object({
4
- API_URL: yup.string().required(),
5
- BASE_PATH: yup.string().required(),
+ API_URL: yup.string().optional(),
+ BASE_PATH: yup.string().optional(),
6
MODE: yup.string().required(),
7
LANDING: yup.boolean().required(),
8
});
0 commit comments