Files
dvcp_v2_wxcp_app/bin/extraBuild.js

6 lines
156 B
JavaScript
Raw Normal View History

2024-10-31 14:34:57 +08:00
const {fsExtra} = require("./tools");
const copyStaticFiles = () => {
fsExtra.copy("public/oauth.html", "dist/build/h5/oauth.html")
}
copyStaticFiles()