Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Akama Aka <akama.aka@akami-solutions.cc>
  • Loading branch information
akama-aka authored Apr 28, 2024
1 parent 1f68e0c commit d59e405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"start": "echo -e '\\033[0;31m WARNING >> This command is deprecated. Please use npm run instead!' && source ./.env && fastify start server.js -p $SERVER_PORT -a $SERVER_HOSTNAME -l $SERVER_LOG_LEVEL \\033[0m ",
"run": "source ./.env && fastify start server.js -p $SERVER_PORT -a $SERVER_HOSTNAME -l $SERVER_LOG_LEVEL"
"server": "source ./.env && fastify start server.js -p $SERVER_PORT -a $SERVER_HOSTNAME -l $SERVER_LOG_LEVEL"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit d59e405

Please sign in to comment.