Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Commit 7647e49

Browse files
committed
fix(package): Fix missing start script
1 parent 3c77184 commit 7647e49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"homepage": "https://filiosoft.org/gitlab-roadmap",
88
"scripts": {
99
"test": "echo \"Error: no test specified\" && exit 1",
10+
"start": "node bin/www",
1011
"dev": "nodemon bin/www",
1112
"sls": "sls offline start",
1213
"lint": "eslint . -f node_modules/eslint-html-reporter/reporter.js -o public/eslint.html",

0 commit comments

Comments
 (0)