1
0
mirror of https://github.com/chillzhuang/Sword synced 2024-09-21 12:14:19 +08:00
Sword/scripts/generateMock.js

4 lines
182 B
JavaScript
Raw Normal View History

const generateMock = require('merge-umi-mock-data');
const path = require('path');
generateMock(path.join(__dirname, '../mock'), path.join(__dirname, '../functions/mock/index.js'));