fix: process is not defined

This commit is contained in:
Felix Roos 2023-12-15 11:25:36 +01:00
parent 129327077a
commit 505ad17447

View File

@ -1 +1,8 @@
// nanostores use process.env which kills the browser build
window.process = {
env: {
NODE_ENV: 'development',
},
};
export * from './repl-component.mjs';