Updates
This commit is contained in:
@@ -2,15 +2,8 @@
|
||||
|
||||
cd /app
|
||||
|
||||
rm -rf /app/node_modules
|
||||
rm -rf /app/.next
|
||||
|
||||
bun install
|
||||
npm rebuild better-sqlite3
|
||||
|
||||
bun twui:add
|
||||
bun twui:init
|
||||
bun twui:update
|
||||
chmod +x init.sh
|
||||
./init.sh
|
||||
|
||||
if [ $NODE_ENV = "production" ]; then
|
||||
echo "Production Environment"
|
||||
|
||||
Reference in New Issue
Block a user