mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-19 12:56:01 +00:00
Compare commits
4 Commits
638babe5c3
...
6f4501c7a3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6f4501c7a3 | ||
|
|
c60490b8ba | ||
|
|
d2b5fc8344 | ||
|
|
435de786c5 |
@@ -136,6 +136,7 @@ function update_script() {
|
||||
msg_info "Building Frontend"
|
||||
cd ./frontend
|
||||
export NODE_ENV=development
|
||||
yarn add -D sass-loader@10.5.2 &>/dev/null
|
||||
yarn install --network-timeout=30000 &>/dev/null
|
||||
yarn build &>/dev/null
|
||||
cp -r dist/* /app/frontend
|
||||
@@ -185,4 +186,5 @@ description
|
||||
|
||||
msg_ok "Completed Successfully!\n"
|
||||
echo -e "${APP} should be reachable by going to the following URL.
|
||||
${BL}http://${IP}:81${CL} \n"
|
||||
${BL}http://${IP}:81${CL}
|
||||
${RD}Reboot LXC if no GUI${CL}\n"
|
||||
|
||||
@@ -134,6 +134,7 @@ msg_ok "Set up Enviroment"
|
||||
msg_info "Building Frontend"
|
||||
cd ./frontend
|
||||
export NODE_ENV=development
|
||||
$STD yarn add -D sass-loader@10.5.2
|
||||
$STD yarn install --network-timeout=30000
|
||||
$STD yarn build
|
||||
cp -r dist/* /app/frontend
|
||||
|
||||
Reference in New Issue
Block a user