Skip to content

Commit

Permalink
Include exampleInput again
Browse files Browse the repository at this point in the history
  • Loading branch information
ddooley committed Jan 31, 2025
1 parent fd4028e commit 9eb68cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/webpack.schemas.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ module.exports = {
from: '**/schema.yaml',
to: '../templates/[path][name][ext]',
},
{
context: 'templates',
from: '**/exampleInput/*.*',
to: '../templates/[path][name][ext]',
},
],
}),
],
Expand Down

0 comments on commit 9eb68cb

Please sign in to comment.