Skip to content

Commit 6e96297

Browse files
committed
Fix manifest.json asset
1 parent 2590348 commit 6e96297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/.neutrinorc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module.exports = {
5353
copy({
5454
patterns: [{
5555
context: 'resources/static',
56-
from: '{.*/**/*,*}',
56+
from: '{.*/**/*,**/*}',
5757
to: '.',
5858
}],
5959
}),

0 commit comments

Comments
 (0)