cleanup
This commit is contained in:
6
import-meta.ts
Normal file
6
import-meta.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface ImportMetaExtras extends ImportMeta {
|
||||
env: {
|
||||
APP_URL: string;
|
||||
[key: string]: string;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user