mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 01:22:49 +00:00
6 lines
208 B
JavaScript
6 lines
208 B
JavaScript
if (typeof process !== 'undefined' && process.env.NODE_ENV === 'production') {
|
|
module.exports = require('./dist/wasi-threads.cjs.min.js')
|
|
} else {
|
|
module.exports = require('./dist/wasi-threads.cjs.js')
|
|
}
|