fix: export to plus url (#6980)

This commit is contained in:
David Luzar 2023-09-11 23:13:16 +02:00 committed by GitHub
parent 5302490372
commit 6abf194281
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 20 additions and 5 deletions

3
src/vite-env.d.ts vendored
View file

@ -47,6 +47,9 @@ interface ImportMetaEnv {
VITE_PKG_VERSION: string;
VITE_IS_EXCALIDRAW_NPM_PACKAGE: string;
VITE_APP_PLUS_LP: string;
VITE_APP_PLUS_APP: string;
VITE_WORKER_ID: string;
MODE: string;
DEV: string;