We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a136c1 commit 7ec7179Copy full SHA for 7ec7179
3 files changed
package.json
@@ -4,8 +4,8 @@
4
"description": "Public analytics as a Node.js microservice.",
5
"main": "index.js",
6
"scripts": {
7
- "start": "micro index.js",
8
- "dev": "NODE_ENV=development nodemon --config package.json index.js"
+ "start": "micro src/index.js",
+ "dev": "NODE_ENV=development nodemon --config package.json src/index.js"
9
},
10
"author": "Max Stoiber <contact@mxstbr.com> (http://mxstbr.com/)",
11
"license": "MIT",
@@ -16,6 +16,6 @@
16
17
"devDependencies": {},
18
"execMap": {
19
- "js": "micro -p 3000 -H localhost"
+ "js": "micro"
20
}
21
db.js src/db.jsdb.js renamed to src/db.js
index.js src/index.jsindex.js renamed to src/index.js
0 commit comments