File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,6 @@ export interface BuildFlags {
3737 sourceMapPreference ?: boolean | string
3838 /** @default true */
3939 sourceMapHideFrameworks ?: boolean | undefined
40- FIREFLY_X_CLIENT_ID ?: string
41- FIREFLY_X_CLIENT_SECRET ?: string
4240}
4341export type NormalizedFlags = Required < BuildFlags >
4442export function normalizeBuildFlags ( flags : BuildFlags ) : NormalizedFlags {
@@ -52,8 +50,6 @@ export function normalizeBuildFlags(flags: BuildFlags): NormalizedFlags {
5250 reactCompiler = false ,
5351 lavamoat = false ,
5452 csp = false ,
55- FIREFLY_X_CLIENT_ID = '' ,
56- FIREFLY_X_CLIENT_SECRET = '' ,
5753 } = flags
5854 let {
5955 hmr = mode === 'development' ,
@@ -92,8 +88,6 @@ export function normalizeBuildFlags(flags: BuildFlags): NormalizedFlags {
9288 // CI / profiling
9389 profiling,
9490 // Secrets
95- FIREFLY_X_CLIENT_ID ,
96- FIREFLY_X_CLIENT_SECRET ,
9791 }
9892}
9993
You can’t perform that action at this time.
0 commit comments