Skip to content

Commit

Permalink
fix: delete unnecessary scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
D0dii committed Nov 22, 2024
1 parent 9835ff3 commit d1d16a2
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions backend/adonisrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,7 @@ export default defineConfig({
| List of modules to import before starting the application.
|
*/
preloads: [
() => import('#start/routes'),
() => import('#start/kernel'),
{
file: () => import('#start/scheduler'),
environment: ['console'],
},
],
preloads: [() => import('#start/routes'), () => import('#start/kernel')],

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit d1d16a2

Please sign in to comment.