mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: export to plus url (#6980)
This commit is contained in:
parent
5302490372
commit
6abf194281
7 changed files with 20 additions and 5 deletions
3
src/vite-env.d.ts
vendored
3
src/vite-env.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue