refac: fetch pyodide deps at build time, not checked into git

This commit is contained in:
Jun Siang Cheah
2024-05-18 14:30:42 +08:00
parent 3aa6b0fea9
commit 781c904c91
44 changed files with 65 additions and 7970 deletions

View File

@@ -19,5 +19,8 @@ export default defineConfig({
plugins: [sveltekit()],
define: {
APP_VERSION: JSON.stringify(process.env.npm_package_version)
},
worker: {
format: 'es'
}
});