Init backend, frontend and DB schema

This commit is contained in:
2024-08-03 10:44:42 +02:00
parent ddd7f7221b
commit 777038e0b4
23 changed files with 1917 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "backend",
"license": "UNLICENSED",
"private": true,
"type": "module",
"devDependencies": {
"typescript": "catalog:",
"@types/bun": "latest"
},
"dependencies": {
"@effect/schema": "catalog:",
"effect": "catalog:",
"fast-check": "catalog:",
"ulid": "catalog:"
}
}