Skip to content

Commit

Permalink
Merge pull request #1713 from SUI-Components/feat/add-resources-as-st…
Browse files Browse the repository at this point in the history
…atic-folder

feat(packages/sui-bundler): add resources as static folder
  • Loading branch information
andresz1 authored Jan 24, 2024
2 parents edcfa73 + 76046c6 commit afd7a1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/sui-bundler/factories/createDevServerConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ module.exports = config => ({
{
directory: 'public',
watch: getWatchOptions(config)
},
{
directory: 'resources',
watch: getWatchOptions(config)
}
],
hot: true,
Expand Down

0 comments on commit afd7a1a

Please sign in to comment.