story-kit: merge 144_story_add_build_timestamp_and_persist_chat_history_across_rebuilds
This commit is contained in:
4
frontend/src/vite-env.d.ts
vendored
4
frontend/src/vite-env.d.ts
vendored
@@ -1,5 +1,9 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
declare global {
|
||||
const __BUILD_TIME__: string;
|
||||
}
|
||||
|
||||
declare module "react" {
|
||||
interface InputHTMLAttributes<T> {
|
||||
webkitdirectory?: string;
|
||||
|
||||
Reference in New Issue
Block a user