Share: sync

This commit is contained in:
Frank
2025-05-23 15:57:33 -04:00
committed by Dax Raad
parent 34a2dcb80a
commit d51b4263ab
25 changed files with 1395 additions and 338 deletions

10
app/packages/web/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 {
readonly VITE_API_URL: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}