mirror of
https://github.com/velocitatem/cvfs.git
synced 2026-05-31 16:53:38 +00:00
Initial commit
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "ultiplate",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"packageManager": "bun@1.2.0",
|
||||
"scripts": {
|
||||
"nx": "nx",
|
||||
"graph": "nx graph",
|
||||
"dev": "nx run webapp:dev",
|
||||
"dev:stack": "nx run-many -t dev --projects=webapp,backend-fastapi,worker,ml --parallel=4",
|
||||
"build": "nx run-many -t build --all",
|
||||
"lint": "nx run-many -t lint --all",
|
||||
"typecheck": "nx run-many -t typecheck --all",
|
||||
"test": "nx run-many -t test --all"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nx": "^20.8.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user