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 13fafca commit 9650aa6Copy full SHA for 9650aa6
env.ts
@@ -6,7 +6,6 @@ export default defineConfig({
6
APP_ENVIRONMENT: Schema.enum(['development', 'testing', 'staging', 'production'] as const),
7
APP_MAPBOX_ACCESS_TOKEN: Schema.string(),
8
APP_RISK_API_ENDPOINT: Schema.string({ format: 'url', protocol: true }),
9
- APP_RISK_ADMIN_URL: Schema.string({ format: 'url', protocol: true }),
10
APP_SHOW_ENV_BANNER: Schema.boolean.optional(),
11
APP_TINY_API_KEY: Schema.string(),
12
APP_TITLE: Schema.string(),
0 commit comments