It just start
Seto Elkahfi committed
Aug 14, 2023 at 10:50 UTC
8b189c231f50798f6c0f93790ce849b6744c928e
1 file changed
+1
-1
.smb/deploy.sh
+1
-1
@@ -44,7 +44,7 @@ do
44
echo "🚀 Killing existing setoelkahfi.com process..."
45
kill $(lsof -t -i:$SETOELKAHFI_COM_PORT)
46
echo "🚀 Starting server..."
47
- npm run server:start > /dev/null 2>&1 &
47
+ npm run start > /dev/null 2>&1 &
48
49
echo "✅ Deployment complete."
50
else