We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e021be commit a513e44Copy full SHA for a513e44
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