mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-18 10:36:22 +08:00
refactor: webpack config (#11421)
This commit is contained in:
Vendored
+5
@@ -33,6 +33,11 @@ declare interface BUILD_CONFIG_TYPE {
|
||||
// see: tools/workers
|
||||
imageProxyUrl: string;
|
||||
linkPreviewUrl: string;
|
||||
|
||||
CAPTCHA_SITE_KEY: string;
|
||||
SENTRY_DSN: string;
|
||||
MIXPANEL_TOKEN: string;
|
||||
DEBUG_JOTAI: string;
|
||||
}
|
||||
|
||||
declare var BUILD_CONFIG: BUILD_CONFIG_TYPE;
|
||||
|
||||
Vendored
+1
@@ -37,6 +37,7 @@ declare type Environment = {
|
||||
|
||||
// runtime configs
|
||||
publicPath: string;
|
||||
workerPath: string
|
||||
};
|
||||
|
||||
var process: {
|
||||
|
||||
Reference in New Issue
Block a user