Skip to content

Commit

Permalink
Remove ddp-graceful-shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
fredmaiaarantes committed Dec 7, 2023
1 parent 4ea7a44 commit 82b7346
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
1 change: 0 additions & 1 deletion api/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Meteor } from 'meteor/meteor';
import { Migrations } from 'meteor/percolate:migrations';

import './shutdown-handler';
import './db/migrations';
import './tasks/tasks.publications';
import './tasks/tasks.methods';
Expand Down
25 changes: 0 additions & 25 deletions api/shutdown-handler.js

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^2.9.11",
"@meteorjs/ddp-graceful-shutdown": "^0.9.2",
"@react-icons/all-files": "^4.1.0",
"bcrypt": "^5.1.1",
"framer-motion": "^6.5.1",
Expand Down

0 comments on commit 82b7346

Please sign in to comment.