[CHORE] Migrate to Helm (#4)
Co-authored-by: dunemask <dunemask@gmail.com> Reviewed-on: https://gitea.dunemask.net/elysium/khufu/pulls/4
This commit is contained in:
parent
d66c5011ff
commit
39a882cb18
14 changed files with 469 additions and 3 deletions
|
@ -32,7 +32,7 @@
|
|||
"start:react": "react-scripts start",
|
||||
"build:react": "react-scripts build",
|
||||
"start:garden": "KHUFU_DEV_PORT=52035 node server/index.js",
|
||||
"start:garden:dev": "nodemon server/index.js & CI=true PORT=52035 CAIRO_PROXY_URL=http://localhost:52002 NUBIAN_PROXY_URL=http://localhost:52002 react-scripts start"
|
||||
"start:garden:dev": "KHUFU_DEV_PORT=52002 nodemon server/index.js & CI=true PORT=80 CAIRO_PROXY_URL=http://localhost:52002 NUBIAN_PROXY_URL=http://localhost:52002 react-scripts start"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
|
|
Reference in a new issue