Skip to content

Commit

Permalink
Revert "adding remote debug fixes (#119)"
Browse files Browse the repository at this point in the history
This reverts commit 472a205.
  • Loading branch information
samuelhwilliams committed Jan 29, 2025
1 parent d675a4b commit 9279f8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start:test": "NODE_ENV=test yarn start:server",
"build": "NODE_ENV=production && NODE_OPTIONS=--openssl-legacy-provider && webpack",
"start:server": "node dist/server.js",
"start:local": "NODE_ENV=development PERSISTENT_BACKEND=preview ts-node-dev --inspect=0.0.0.0:9229 --respawn --transpile-only server/index.ts"
"start:local": "NODE_ENV=development PERSISTENT_BACKEND=preview ts-node-dev --inspect --respawn --transpile-only server/index.ts"
},
"author": "Communities UK",
"license": "SEE LICENSE IN LICENSE",
Expand Down
3 changes: 1 addition & 2 deletions runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scss:build": "node compile-scss.js",
"copy-forms": "node copy-form-json.js",
"clean:build": "rm -rf dist",
"dev": "NODE_ENV=development nodemon --inspect=0.0.0.0:9228 --watch src --ext js,json,ts,html,scss --exec 'yarn build && yarn start:server'",
"dev": "NODE_ENV=development nodemon --watch src --ext js,json,ts,html,scss --exec 'yarn build && node dist/digital-form-builder-adapter/runner/index.js'",
"start:server": "node dist/digital-form-builder-adapter/runner/index.js",
"production": "NODE_ENV=production npm run start:server",
"start:test": "NODE_ENV=development npm run start:server",
Expand Down Expand Up @@ -50,7 +50,6 @@
"@types/hoek": "^4.1.4",
"babel-eslint": "^10.1.0",
"babel-plugin-module-name-mapper": "^1.2.0",
"concurrently": "^7.0.0",
"hapi-auth-jwt2": "10.2.0",
"prisma": "^5.1.1",
"sass": "^1.49.9",
Expand Down

0 comments on commit 9279f8c

Please sign in to comment.