Skip to content

Commit

Permalink
Update asset-compilation-vite.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers authored Jul 24, 2024
1 parent b187427 commit 9d2a47a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions console/asset-compilation-vite.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ export default defineConfig({
paths: [
'./**/*.htm',
'./**/*.block',
'assets/**/*.css',
'assets/**/*.js',
'assets/src/**/*.css',
'assets/src/**/*.js',
]
},
}),
Expand Down

0 comments on commit 9d2a47a

Please sign in to comment.