To connect your workspace to Nx Cloud, push your repository to your git hosting provider and go to the following URL: https://cloud.nx.app/connect/y7d9S2CCyu
This commit is contained in:
21
package.json
Normal file
21
package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "@my-monorepo/source",
|
||||
"version": "0.0.0",
|
||||
"license": "MIT",
|
||||
"scripts": {},
|
||||
"private": true,
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@nx/js": "22.5.4",
|
||||
"@swc-node/register": "~1.11.1",
|
||||
"@swc/core": "~1.15.5",
|
||||
"@swc/helpers": "~0.5.18",
|
||||
"nx": "22.5.4",
|
||||
"prettier": "~3.6.2",
|
||||
"tslib": "^2.3.0",
|
||||
"typescript": "~5.9.2"
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user