mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-18 14:56:59 +08:00
feat(electron): define runtimeConfig in esbuild (#6287)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"noEmit": false,
|
||||
"outDir": "./lib/scripts",
|
||||
"types": ["node"],
|
||||
"types": ["node", "affine__env"],
|
||||
"allowJs": true
|
||||
},
|
||||
"include": ["./scripts"],
|
||||
|
||||
Reference in New Issue
Block a user