🚚 (pull system) rename to focus on pull system

This commit is contained in:
Julien Calixte
2023-08-05 00:01:47 +02:00
parent 768da3fb17
commit 93097b615e
4 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ export default defineConfig({
rollupOptions: {
input: {
index: 'index.html',
'feature-flow': 'feature-flow.html'
'pull-system': 'pull-system.html'
}
}
},