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

13
pnpm-workspace.yaml Normal file
View File

@@ -0,0 +1,13 @@
packages:
- 'packages/*'
catalog:
'@effect/schema': '^0.70.1'
'@vanilla-extract/css': '^1.15.3'
'@vanilla-extract/vite-plugin': '^4.0.13'
effect: '^3.6.0'
fast-check: '^3.20.0'
preact: '^10.23.1'
typescript: '^5.6.0-beta'
ulid: '^2.3.0'
vite: '^5.3.5'