mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-17 05:55:11 +00:00
6 lines
208 B
TypeScript
6 lines
208 B
TypeScript
// re-export vite client types. with strict installers like pnpm, user won't
|
|
// be able to reference vite/client in project root.
|
|
/// <reference types="vite/client" />
|
|
|
|
export * from './dist/client/index.js'
|