I wanted to create a bui…
I wanted to create a builder to serve my application via http://ts.no|ts-node-dev "serve": {
"builder": "@nrwl/workspace:run-commands",
"options": {
"commands": [
{
"command": "NODE_ENV=development ts-node-dev --ignore-watch node_modules --respawn --files main.ts"
}
],
"cwd": "apps/nera-graph"
}
},
Hjem - Stray & Co Eiendomsmegling AS
Responses:
I get this
Tried adding it to the package.json but now its now recognizing my .env file