UNPKG

ra-nest-crud

Version:

a data provider for react admin that handles request from nestjsx-crud server

8 lines (7 loc) 191 B
const fs = require('fs'); fs.copyFile('./package.json', './dist/package.json', (err) => { if (err) { throw err; } console.log('package.json was copied to destination folder.'); });