Skip to content

Commit

Permalink
fix dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfiol committed Oct 11, 2023
1 parent 02fcaec commit 9d11ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.js
Expand Up @@ -50,7 +50,7 @@ const ctx = await esbuild.context(esbuildConfig);
if (DEV) {
const servbot = await import('servbot');

server = servbot({
server = servbot.default({
root: 'dist',
reload: true,
fallback: 'index.html'
Expand Down

0 comments on commit 9d11ef6

Please sign in to comment.