09-22-2025 (#7)
All checks were successful
Build / build (push) Successful in 48s
Lint / lint (push) Successful in 13s

Co-authored-by: Julien Valverdé <julien.valverde@mailo.com>
Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
2025-09-20 04:49:37 +02:00
parent ba72ca8889
commit 1cd70b3ed0
30 changed files with 908 additions and 103 deletions

View File

@@ -5,11 +5,14 @@
"workspaces": ["./packages/*"],
"scripts": {
"lint:tsc": "turbo lint:tsc",
"lint:biome": "turbo lint:biome",
"build": "turbo build",
"clean:cache": "rm -rf .turbo",
"clean:dist": "turbo clean:dist && rm -rf dist",
"clean:modules": "turbo clean:modules && rm -rf node_modules"
},
"devDependencies": {
"@biomejs/biome": "^2.2.4",
"@effect/language-service": "^0.40.0",
"@types/bun": "latest",
"npm-check-updates": "^18.1.1",