MCPcopy Index your code
hub / github.com/Lobos/react-ui / copyDevServer

Function copyDevServer

cli/init.js:145–153  ·  view source on GitHub ↗
(resolve, reject)

Source from the content-addressed store, hash-verified

143}
144
145function copyDevServer (resolve, reject) {
146 try {
147 copy(`${__dirname}/devServer.js`, './devServer.js');
148 console.log('add devServer.js success.');
149 resolve(true);
150 } catch (e) {
151 reject(e);
152 }
153}
154
155const funcs = {
156 'update': updatePackage,

Callers

nothing calls this directly

Calls 1

copyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…