chore: format code

This commit is contained in:
Frank 2025-11-11 13:37:28 -05:00
commit 05937b52cc
18 changed files with 487 additions and 485 deletions

View file

@ -2,7 +2,9 @@
/* tslint:disable */
/* eslint-disable */
/// <reference types="vite/client" />
interface ImportMetaEnv {}
interface ImportMetaEnv {
}
interface ImportMeta {
readonly env: ImportMetaEnv
}
}

View file

@ -6,4 +6,4 @@
/// <reference path="../../sst-env.d.ts" />
import "sst"
export {}
export {}