feat: no more vercel, next. now vite and nix
This commit is contained in:
parent
fc80ead81e
commit
bf5900edbb
28 changed files with 4099 additions and 1554 deletions
7
src/global.d.ts
vendored
7
src/global.d.ts
vendored
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue