Skip to content

Commit 2debdbb

Browse files
authored
Merge pull request #255 from AthennaIO/develop
chore(serve): ignore resources folder from watch
2 parents 67db1dd + f7a3bc0 commit 2debdbb

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

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.19.0",
3+
"version": "5.20.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
@@ -46,6 +46,7 @@ export class ServeCommand extends BaseCommand {
4646
'.vscode',
4747
'.fleet',
4848
'public',
49+
'resources',
4950
'src/resources/**/*',
5051
'vite.config.{js,ts,mjs}',
5152
'node_modules/**/node_modules'

0 commit comments

Comments
 (0)