Skip to content

Commit e8f22e2

Browse files
Keep server running
1 parent e0fa853 commit e8f22e2

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.device_scripts/start.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,6 @@ else
133133
}
134134
fi
135135

136-
# Clean up
137-
kill $(cat "$PID_FILE") 2>/dev/null
138-
rm -f "$PID_FILE"
139-
140136
print_color "35" "
141137
==========================
142138
👋 CodeQuill has stopped 👋

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "The-Best-Codes",
44
"license": "MIT",
55
"description": "Organize, Edit, and Share your Code Snippets",
6-
"version": "1.5.3",
6+
"version": "1.5.4",
77
"private": true,
88
"scripts": {
99
"dev": "next dev",

0 commit comments

Comments
 (0)