Initial commit

This commit is contained in:
2026-04-05 07:43:39 +02:00
commit bafc52fd98
9 changed files with 3196 additions and 0 deletions

16
nx.json Normal file
View File

@@ -0,0 +1,16 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"analytics": false,
"namedInputs": {
"default": [
"{projectRoot}/**/*",
"sharedGlobals"
],
"production": [
"default"
],
"sharedGlobals": [
"{workspaceRoot}/.github/workflows/ci.yml"
]
}
}