mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
chore: add alias to run adonis dev server
This commit is contained in:
parent
0be17fd1dd
commit
937c2368bd
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
"description": "Adonisjs boilerplate for API server with pre-configured JWT",
|
"description": "Adonisjs boilerplate for API server with pre-configured JWT",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"dev": "adonis serve --dev",
|
||||||
"start": "node server.js",
|
"start": "node server.js",
|
||||||
"test": "node ace test"
|
"test": "node ace test"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue