Initial commit

This commit is contained in:
Jai A
2024-07-03 00:18:35 -07:00
commit 8b80934f77
8 changed files with 3606 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": []
}
}