Skip to content

Commit dfb67d0

Browse files
committed
chore: ignore some kind of files when watching
1 parent 9ba1c3e commit dfb67d0

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@athenna/core",
3-
"version": "5.32.0",
3+
"version": "5.33.0",
44
"description": "One foundation for multiple applications.",
55
"license": "MIT",
66
"author": "João Lenon <lenon@athenna.io>",

src/commands/ServeCommand.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export class ServeCommand extends BaseCommand {
4747
'.fleet',
4848
'public',
4949
'resources',
50+
'*.{png,jpg,jpeg,csv,pdf}',
5051
'vite.config.{js,ts,mjs}',
5152
'node_modules/**/node_modules'
5253
],

0 commit comments

Comments
 (0)