mirror of
https://github.com/D4M13N-D3V/neroshitron.git
synced 2025-03-14 10:05:04 +00:00
fix: everything type safe
This commit is contained in:
parent
4fcb80fd75
commit
02f95efe7b
@ -1,7 +1,6 @@
|
||||
import { GeistSans } from "geist/font/sans";
|
||||
import "./globals.css";
|
||||
import NavigationBar from "@/components/NavigationBar";
|
||||
import { Vortex } from "@/components/ui/vortex";
|
||||
|
||||
const defaultUrl = process.env.VERCEL_URL
|
||||
? `https://${process.env.VERCEL_URL}`
|
||||
|
@ -24,5 +24,5 @@
|
||||
}
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
|
||||
"exclude": ["node_modules"]
|
||||
"exclude": ["node_modules","supabase/volumes/functions/**/*"]
|
||||
}
|
||||
|
3
types/react-easy-panzoom.d.ts
vendored
Normal file
3
types/react-easy-panzoom.d.ts
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
// types/react-easy-panzoom.d.ts
|
||||
|
||||
declare module 'react-easy-panzoom';
|
Loading…
x
Reference in New Issue
Block a user