mirror of
https://github.com/chillzhuang/Sword
synced 2024-11-05 18:19:23 +08:00
4 lines
182 B
JavaScript
4 lines
182 B
JavaScript
const generateMock = require('merge-umi-mock-data');
|
|
const path = require('path');
|
|
generateMock(path.join(__dirname, '../mock'), path.join(__dirname, '../functions/mock/index.js'));
|