init 5S article and refacto pull system

This commit is contained in:
Julien Calixte
2024-12-22 18:31:31 +01:00
parent 9bf151698f
commit 400566b849
32 changed files with 129 additions and 42 deletions

View File

@@ -9,7 +9,8 @@ export default defineConfig({
rollupOptions: {
input: {
index: 'index.html',
'pull-system': 'pull-system.html'
'pull-system': 'pull-system.html',
'5s': '5s.html'
}
}
},
@@ -20,6 +21,6 @@ export default defineConfig({
}
},
worker: {
plugins: [comlink()]
plugins: () => [comlink()]
}
})