Skip to content

Commit

Permalink
Merge pull request #195 from AthennaIO/develop
Browse files Browse the repository at this point in the history
feat(serve): add --watch flag
  • Loading branch information
jlenon7 authored Oct 21, 2023
2 parents 812ea26 + 086a7da commit 755c5cb
Show file tree
Hide file tree
Showing 6 changed files with 387 additions and 3 deletions.
247 changes: 245 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/core",
"version": "4.10.3",
"version": "4.11.0",
"description": "The plug and play Node.js framework.",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down Expand Up @@ -98,6 +98,7 @@
"eslint-plugin-promise": "^6.1.1",
"husky": "^3.1.0",
"lint-staged": "^12.5.0",
"nodemon": "^3.0.1",
"prettier": "^2.8.7"
},
"c8": {
Expand Down
Loading

0 comments on commit 755c5cb

Please sign in to comment.