Unverified Commit 12d59b61 authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #2366 from cheahjs/refac/pyscript-npm

refac: fetch pyodide deps at build time, not checked into git
parents 6f6b18e7 781c904c
......@@ -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