egg/examples/static/package.json
2016-07-17 12:48:09 +08:00

9 lines
135 B
JSON

{
"name": "egg-static-demo",
"main": "dispatch.js",
"scripts": {
"dev": "egg-bin dev",
"start": "node dispatch.js"
}
}