feat(editor): Update design-system and editor dependencies (no-changelog) (#5188)
This commit is contained in:
10
packages/editor-ui/src/shims.d.ts
vendored
10
packages/editor-ui/src/shims.d.ts
vendored
@@ -5,6 +5,16 @@ declare module 'markdown-it-emoji';
|
||||
declare module 'markdown-it-task-lists';
|
||||
|
||||
declare global {
|
||||
interface ImportMeta {
|
||||
env: {
|
||||
DEV: boolean;
|
||||
PROD: boolean;
|
||||
NODE_ENV: 'development' | 'production';
|
||||
VUE_APP_URL_BASE_API: string;
|
||||
VUE_APP_ENDPOINT_REST?: string;
|
||||
};
|
||||
}
|
||||
|
||||
interface Window {
|
||||
BASE_PATH: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user