UNPKG

97 BJavaScriptView Raw
1import { copyFile } from "fs/promises";
2
3await copyFile("dist/bundle.js", "dist/zui-bundle.js");