feat: no more vercel, next. now vite and nix

This commit is contained in:
Jet Pham 2026-03-04 22:00:53 -08:00
parent fc80ead81e
commit bf5900edbb
No known key found for this signature in database
28 changed files with 4099 additions and 1554 deletions

7
src/global.d.ts vendored
View file

@ -1,10 +1,11 @@
declare module "*.txt" {
/// <reference types="vite/client" />
declare module "*.txt?raw" {
const content: string;
export default content;
}
declare module "*.utf8ans" {
declare module "*.utf8ans?raw" {
const content: string;
export default content;
}