Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerschloesser committed Feb 27, 2024
1 parent d80b936 commit 9a02526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/index.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,4 @@
</script>

</body>
</html>
</html>
1 change: 1 addition & 0 deletions packages/app/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ module.exports = (_env, argv) => {
],
devServer: {
historyApiFallback: true,
watchFiles: ['index.handlebars'],
},
}
}

0 comments on commit 9a02526

Please sign in to comment.