POC: generate twenty-server package.json with Nx (#3654)
* POC: generate twenty-server package.json with Nx * Re-add passport * Fix instal --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
22
packages/twenty-server/project.json
Normal file
22
packages/twenty-server/project.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"projectType": "application",
|
||||
"targets": {
|
||||
"build:packageJson": {
|
||||
"executor": "@nx/js:tsc",
|
||||
"dependsOn": [
|
||||
"prebuild"
|
||||
],
|
||||
"options": {
|
||||
"main": "packages/twenty-server/dist/src/main.js",
|
||||
"tsConfig": "packages/twenty-server/tsconfig.json",
|
||||
"outputPath": "packages/twenty-server/dist",
|
||||
"updateBuildableProjectDepsInPackageJson": true
|
||||
}
|
||||
},
|
||||
"test:debug": {
|
||||
"dependsOn": [
|
||||
"^build"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user