This commit is contained in:
2023-02-27 19:40:03 +10:00
parent 1ee2a1189d
commit 955c06f5aa
30 changed files with 767 additions and 586 deletions

6
import-meta.ts Normal file
View File

@@ -0,0 +1,6 @@
export interface ImportMetaExtras extends ImportMeta {
env: {
APP_URL: string;
[key: string]: string;
};
}