forked from geolba/tethys.backend
- update to AdonisJS 6
This commit is contained in:
parent
f828ca4491
commit
cb51a4136f
167 changed files with 21485 additions and 21212 deletions
|
@ -5,9 +5,9 @@
|
|||
* file.
|
||||
*/
|
||||
|
||||
import type { InferDisksFromConfig } from '@adonisjs/core/build/config';
|
||||
import type driveConfig from '../config/drive';
|
||||
// import type { InferDisksFromConfig } from '@adonisjs/core/build/config';
|
||||
// import type driveConfig from '../config/drive.js';
|
||||
|
||||
declare module '@ioc:Adonis/Core/Drive' {
|
||||
interface DisksList extends InferDisksFromConfig<typeof driveConfig> {}
|
||||
}
|
||||
// declare module '@ioc:Adonis/Core/Drive' {
|
||||
// interface DisksList extends InferDisksFromConfig<typeof driveConfig> {}
|
||||
// }
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue