mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
15 lines
401 B
TypeScript
15 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)
|