mirror of
https://github.com/eggjs/egg.git
synced 2024-12-04 07:14:30 +00:00
9 lines
140 B
JSON
9 lines
140 B
JSON
{
|
|
"name": "egg-restful-api-demo",
|
|
"main": "dispatch.js",
|
|
"scripts": {
|
|
"dev": "egg-bin dev",
|
|
"start": "node dispatch.js"
|
|
}
|
|
}
|