Skip to content

Commit e027324

Browse files
committed
add scripts
1 parent b54e7bc commit e027324

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "forwarder-script",
33
"module": "src/index.ts",
44
"type": "module",
5+
"scripts": {
6+
"update": "bun src/index.ts",
7+
"restart": "systemctl restat nginx",
8+
"reload": "systemctl reload nginx"
9+
},
510
"devDependencies": {
611
"@types/bun": "latest"
712
},

0 commit comments

Comments
 (0)