feat: phase 1 of python scripting

This commit is contained in:
2026-02-22 22:12:30 +01:00
parent ce050f98c3
commit 3ec8819d6d
43 changed files with 2329 additions and 14 deletions

View File

@@ -41,4 +41,10 @@ export default defineConfig({
server: {
port: 5173,
},
optimizeDeps: {
exclude: ['pyodide'],
},
worker: {
format: 'es',
},
});