initial commit

This commit is contained in:
2026-02-24 11:30:24 +01:00
commit 47f9a25834
178 changed files with 18440 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "@kk/infra",
"private": true,
"type": "module",
"scripts": {
"dev": "alchemy dev",
"deploy": "alchemy deploy",
"destroy": "alchemy destroy"
},
"dependencies": {
"dotenv": "catalog:",
"zod": "catalog:"
},
"devDependencies": {
"@kk/config": "workspace:*",
"alchemy": "catalog:",
"typescript": "catalog:"
}
}