1
0
mirror of https://github.com/fluencelabs/fluence-js.git synced 2025-07-05 18:51:32 +00:00
Files
fluence-js/packages/core/js-peer/copy-worker-script-workaround.mjs

4 lines
129 B
JavaScript

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