ci: sync
This commit is contained in:
parent
925284c6c1
commit
d38594d34a
1 changed files with 10 additions and 0 deletions
10
packages/app/src/sst-env.d.ts
vendored
Normal file
10
packages/app/src/sst-env.d.ts
vendored
Normal 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
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue