Skip to content

Commit

Permalink
fix(build): add node version to frontned package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KayBeSee committed Aug 8, 2023
1 parent 6088885 commit 55232e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@
"main": "./dist/main.js",
"homepage": "./",
"proxy": "http://localhost:8080",
"engines": {
"node": "16.x"
},
"scripts": {
"babel": "babel ./src/**/* -d dist",
"start:dev": "PORT=3001 craco start",
"start:dev:electron": "TAILWIND_MODE=watch env-cmd -f .env.electron craco start",
"start:dev:umbrel": "TAILWIND_MODE=watch env-cmd -f .env.umbrel craco start",
"build:electron": "env-cmd -f .env.electron craco build",
"build:umbrel": "env-cmd -f .env.umbrel craco build",
"build:umbrel": "env-cmd -f .env.umbrel --openssl-legacy-provider craco build",
"ci:cypress-run": "CI=true start-server-and-test start http://localhost:3001 cypress:run"
},
"dependencies": {
Expand Down

0 comments on commit 55232e6

Please sign in to comment.