mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-04-03 16:01:03 +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');
|