Skip to content

Commit

Permalink
chore: add hot-hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed May 14, 2024
1 parent 18dcc36 commit 4180a25
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"start": "node bin/server.js",
"build": "node ace build",
"dev": "node ace serve --watch",
"dev": "node ace serve --hmr",
"test": "node ace test",
"lint": "eslint .",
"format": "prettier --write .",
Expand Down Expand Up @@ -95,6 +95,7 @@
"@unocss/reset": "^0.60.2",
"@vitejs/plugin-vue": "^5.0.4",
"eslint": "^8.57.0",
"hot-hook": "^0.2.6",
"pino-pretty": "^11.0.0",
"playwright": "^1.44.0",
"postcss-nested": "^6.0.1",
Expand All @@ -106,5 +107,11 @@
"vite": "^5.2.11",
"vue-tsc": "^2.0.17"
},
"prettier": "@julr/tooling-configs/prettier"
"prettier": "@julr/tooling-configs/prettier",
"hotHook": {
"boundaries": [
"./app/controllers/**/*.ts",
"./app/middleware/*.ts"
]
}
}
82 changes: 82 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 4180a25

Please sign in to comment.