add new components

This commit is contained in:
2026-02-19 05:57:31 +01:00
parent 316055652f
commit 2933465ba9
32 changed files with 3543 additions and 6916 deletions

View File

@@ -8,6 +8,7 @@
"./web": "./src/web.ts"
},
"scripts": {
"check-types": "tsc --noEmit",
"lint": "eslint ."
},
"dependencies": {

View File

@@ -1,5 +1,4 @@
import { createEnv } from "@t3-oss/env-core";
import { z } from "zod";
export const env = createEnv({
clientPrefix: "VITE_",