Commit 781c904c authored by Jun Siang Cheah's avatar Jun Siang Cheah
Browse files

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

parent 3aa6b0fe
......@@ -19,5 +19,8 @@ export default defineConfig({
plugins: [sveltekit()],
define: {
APP_VERSION: JSON.stringify(process.env.npm_package_version)
},
worker: {
format: 'es'
}
});
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment