mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 21:07:27 +00:00
14 lines
401 B
TypeScript
14 lines
401 B
TypeScript
/*
|
|
|--------------------------------------------------------------------------
|
|
| Preloaded File
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Any code written inside this file will be executed during the application
|
|
| boot.
|
|
|
|
|
*/
|
|
|
|
import Event from '@ioc:Adonis/Core/Event'
|
|
import Database from '@ioc:Adonis/Lucid/Database'
|
|
|
|
Event.on('db:query', Database.prettyPrint)
|