Skip to content

Commit

Permalink
MI-72: Remove unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-nguyen-aligent committed Oct 31, 2024
1 parent ff46b8c commit 3786d9e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tools/serverless-plugin/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
/**
* This file is needed for bundling the plugin into NPM package
* and support NX inferred tasks feature: https://nx.dev/concepts/inferred-tasks
* For our use case, it has no effects.
*/
/* v8 ignore next 1 */
export * from './lib/serverless-plugin';
module.exports = {};

0 comments on commit 3786d9e

Please sign in to comment.