mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-04-09 02:36:04 +00:00
4 lines
129 B
JavaScript
4 lines
129 B
JavaScript
|
import { copyFileSync } from 'fs';
|
||
|
|
||
|
copyFileSync('./dist/marine/worker-script/index.js', './src/marine/worker-script/index.js');
|