making some good progress

This commit is contained in:
Joeri Exelmans 2025-05-11 13:22:12 +02:00
parent 5f3d697866
commit e901fc3f76
15 changed files with 546 additions and 165 deletions

View file

@ -10,7 +10,7 @@ export default defineConfig({
resolve: {
alias: {
// polyfills
"node:util": './src/fake_node_util.js',
"node:util": './src/util/fake_node_util.js',
}
}
});