1
0
mirror of https://github.com/fluencelabs/fluence-js.git synced 2025-04-12 12:06:04 +00:00
fluence-js/packages/core/js-peer/copy-worker-script-workaround.mjs

4 lines
129 B
JavaScript
Raw Normal View History

import { copyFileSync } from 'fs';
copyFileSync('./dist/marine/worker-script/index.js', './src/marine/worker-script/index.js');