feat(intellisense): add type comments
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
'use strict'
|
||||
|
||||
/** @type {import('@adonisjs/framework/src/Server')} */
|
||||
const Server = use('Server')
|
||||
|
||||
/*
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
|
|
||||
*/
|
||||
|
||||
/** @type {import('@adonisjs/framework/src/Route/Manager'} */
|
||||
const Route = use('Route')
|
||||
|
||||
Route.on('/').render('welcome')
|
||||
|
||||
Reference in New Issue
Block a user