Projektstart
This commit is contained in:
6
backend/node_modules/fast-copy/rollup/packageJson.js
generated
vendored
Normal file
6
backend/node_modules/fast-copy/rollup/packageJson.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { readFileSync } from 'fs';
|
||||
import { join } from 'path';
|
||||
|
||||
export default JSON.parse(
|
||||
readFileSync(join(process.cwd(), 'package.json'), { encoding: 'utf8' })
|
||||
);
|
||||
Reference in New Issue
Block a user