Initial commit

This commit is contained in:
2025-09-16 19:34:41 +08:00
commit 64b5af061a
7 changed files with 4629 additions and 0 deletions

13
nx.json Normal file
View File

@@ -0,0 +1,13 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"namedInputs": {
"default": [
"{projectRoot}/**/*",
"sharedGlobals"
],
"production": [
"default"
],
"sharedGlobals": []
}
}