JUMBO refactor, still work in progress

This commit is contained in:
2025-10-07 00:14:31 +02:00
parent 3694492e1a
commit dc0ec5c635
50 changed files with 4283 additions and 3698 deletions

View File

@@ -31,6 +31,10 @@
"backend": ["./packages/backend/src/index.ts"],
"backend/*": ["./packages/backend/src/*.ts"],
},
"plugins": [
{ "name": "@effect/language-service" },
],
},
"include": ["${configDir}/src"],
}