1
0

Add _RUFFLE_VERSION_ global Vite define

This commit is contained in:
CenTdemeern1
2024-12-07 15:59:55 +01:00
parent feb23be80b
commit 034682f7ac
5 changed files with 5 additions and 2 deletions
+1
View File
@@ -15,6 +15,7 @@ declare const _PERF_PREFIX_: string;
declare const _DATA_TRANSFER_DRIVE_FILE_: string;
declare const _DATA_TRANSFER_DRIVE_FOLDER_: string;
declare const _DATA_TRANSFER_DECK_COLUMN_: string;
declare const _RUFFLE_VERSION_: string;
// for dev-mode
declare const _LANGS_FULL_: string[][];