Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1d32eda

Browse filesBrowse files
change statt to start to run on heroku
1 parent 6a03da0 commit 1d32eda
Copy full SHA for 1d32eda

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "A web Application for Zootopia Zoo to Manage animal Species and detail",
55
"main": "server.js",
66
"scripts": {
7-
"statt": "node server.js",
7+
"start": "node server.js",
88
"dev": "nodemon server.js",
9-
"start": "json-server --watch db.json"
9+
"serve": "json-server --watch db.json"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.