Notes/.nx/workspace-data/webpack-5621830741124012108.hash
2025-04-22 17:21:54 +03:00

266 lines
6.2 KiB
Plaintext

{
"4292219826307574011": {
"targets": {
"build": {
"command": "webpack-cli build",
"options": {
"cwd": "apps/server",
"args": [
"--node-env=production"
]
},
"cache": true,
"dependsOn": [
"^build"
],
"inputs": [
"production",
"^production",
{
"externalDependencies": [
"webpack-cli"
]
}
],
"outputs": [
"{workspaceRoot}/apps/server/dist"
],
"metadata": {
"technologies": [
"webpack"
],
"description": "Runs Webpack build",
"help": {
"command": "npx webpack-cli build --help",
"example": {
"options": {
"json": "stats.json"
},
"args": [
"--profile"
]
}
}
},
"syncGenerators": [
"@nx/js:typescript-sync"
]
},
"serve": {
"command": "webpack-cli serve",
"options": {
"cwd": "apps/server",
"args": [
"--node-env=development"
]
},
"metadata": {
"technologies": [
"webpack"
],
"description": "Starts Webpack dev server",
"help": {
"command": "npx webpack-cli serve --help",
"example": {
"options": {
"args": [
"--client-progress",
"--history-api-fallback "
]
}
}
}
},
"syncGenerators": [
"@nx/js:typescript-sync"
]
},
"preview": {
"command": "webpack-cli serve",
"options": {
"cwd": "apps/server",
"args": [
"--node-env=production"
]
},
"metadata": {
"technologies": [
"webpack"
],
"description": "Starts Webpack dev server in production mode",
"help": {
"command": "npx webpack-cli serve --help",
"example": {
"options": {
"args": [
"--client-progress",
"--history-api-fallback "
]
}
}
}
},
"syncGenerators": [
"@nx/js:typescript-sync"
]
},
"serve-static": {
"dependsOn": [
"build"
],
"executor": "@nx/web:file-server",
"options": {
"buildTarget": "build",
"spa": true
},
"syncGenerators": [
"@nx/js:typescript-sync"
]
},
"build-deps": {
"dependsOn": [
"^build"
]
},
"watch-deps": {
"dependsOn": [
"build-deps"
],
"command": "npx nx watch --projects @triliumnext/server --includeDependentProjects -- npx nx build-deps @triliumnext/server"
}
},
"metadata": {}
},
"5623873423254742817": {
"targets": {
"build": {
"command": "webpack-cli build",
"options": {
"cwd": "apps/server",
"args": [
"--node-env=production"
]
},
"cache": true,
"dependsOn": [
"^build"
],
"inputs": [
"production",
"^production",
{
"externalDependencies": [
"webpack-cli"
]
}
],
"outputs": [
"{workspaceRoot}/apps/server/dist"
],
"metadata": {
"technologies": [
"webpack"
],
"description": "Runs Webpack build",
"help": {
"command": "npx webpack-cli build --help",
"example": {
"options": {
"json": "stats.json"
},
"args": [
"--profile"
]
}
}
},
"syncGenerators": [
"@nx/js:typescript-sync"
]
},
"serve": {
"command": "webpack-cli serve",
"options": {
"cwd": "apps/server",
"args": [
"--node-env=development"
]
},
"metadata": {
"technologies": [
"webpack"
],
"description": "Starts Webpack dev server",
"help": {
"command": "npx webpack-cli serve --help",
"example": {
"options": {
"args": [
"--client-progress",
"--history-api-fallback "
]
}
}
}
},
"syncGenerators": [
"@nx/js:typescript-sync"
]
},
"preview": {
"command": "webpack-cli serve",
"options": {
"cwd": "apps/server",
"args": [
"--node-env=production"
]
},
"metadata": {
"technologies": [
"webpack"
],
"description": "Starts Webpack dev server in production mode",
"help": {
"command": "npx webpack-cli serve --help",
"example": {
"options": {
"args": [
"--client-progress",
"--history-api-fallback "
]
}
}
}
},
"syncGenerators": [
"@nx/js:typescript-sync"
]
},
"serve-static": {
"dependsOn": [
"build"
],
"executor": "@nx/web:file-server",
"options": {
"buildTarget": "build",
"spa": true
},
"syncGenerators": [
"@nx/js:typescript-sync"
]
},
"build-deps": {
"dependsOn": [
"^build"
]
},
"watch-deps": {
"dependsOn": [
"build-deps"
],
"command": "npx nx watch --projects @triliumnext/server --includeDependentProjects -- npx nx build-deps @triliumnext/server"
}
},
"metadata": {}
}
}