Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 8170e54

Browse files
committed
Fix #2 package.json
1 parent e469579 commit 8170e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"build-client": "gulp --gulpfile=./Plugins/gulpfile.js --cwd=./Plugins",
4545
"build": "npm run build-server && npm run build-client",
4646
"prepublish": "npm run build",
47-
"start": "node ./Server/server.js"
47+
"start": "node server.js"
4848
},
4949
"bin": {
5050
"vorlon": "./bin/vorlon"

0 commit comments

Comments
 (0)