This commit is contained in:
Dax Raad
2025-09-15 03:53:27 -04:00
parent 925284c6c1
commit d38594d34a

10
packages/app/src/sst-env.d.ts vendored Normal file
View File

@@ -0,0 +1,10 @@
/* This file is auto-generated by SST. Do not edit. */
/* tslint:disable */
/* eslint-disable */
/// <reference types="vite/client" />
interface ImportMetaEnv {
}
interface ImportMeta {
readonly env: ImportMetaEnv
}