Template
1
0

feat: initial boilerplate

This commit is contained in:
2025-08-11 20:45:41 +02:00
parent d98524254f
commit 1215a98afc
148 changed files with 6935 additions and 2060 deletions

0
spec/shared/mod.ts Normal file
View File

13
spec/shared/package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "@spec/shared",
"version": "0.0.0",
"private": true,
"type": "module",
"main": "./mod.ts",
"exports": {
".": "./mod.ts"
},
"dependencies": {
"zod": "4"
}
}