It appears you have a well-structured Git repository with various files, including SVG icons and HTML documents. Here's a brief overview:
This commit is contained in:
9
backend/node_modules/concurrently/index.js
generated
vendored
Normal file
9
backend/node_modules/concurrently/index.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
* While in local development, make sure you've run `pnpm run build` first.
|
||||
*/
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
||||
const concurrently = require('./dist/src/index.js');
|
||||
|
||||
module.exports = exports = concurrently.default;
|
||||
Object.assign(exports, concurrently);
|
Reference in New Issue
Block a user