Skip to content

Commit

Permalink
Merge pull request #7 from rag3trey/patch-1
Browse files Browse the repository at this point in the history
move uuid to external module to fix uuidjs/uuid#514
  • Loading branch information
EosFoundry authored Sep 23, 2023
2 parents 9076ac4 + 65b5361 commit 5ac39af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.main.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ export default defineConfig({
external: [
'@eos-makeshift/serial',
'@nut-tree/nut-js',
'uuid',
'blockly',
'original-fs',
],
}
},
publicDir: false,
})
})

0 comments on commit 5ac39af

Please sign in to comment.