feat: add workspace

This commit is contained in:
Nevo David 2024-09-11 18:05:31 +07:00
parent 6ddbf2c607
commit 8055c3eeed
3 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{
"extends": "@nrwl/workspace/presets/npm.json",
"extends": "nx/presets/npm.json",
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"targetDefaults": {
"build": {

1
package-lock.json generated
View File

@ -137,6 +137,7 @@
"@nx/react": "18.0.8",
"@nx/vite": "18.0.8",
"@nx/webpack": "18.0.8",
"@nx/workspace": "18.0.8",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "~1.8.0",

View File

@ -151,6 +151,7 @@
"@nx/react": "18.0.8",
"@nx/vite": "18.0.8",
"@nx/webpack": "18.0.8",
"@nx/workspace": "18.0.8",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "~1.8.0",