forked from geolba/tethys.backend
- added LicenseController.ts and MimetypeController for enabling mime_types and licences
- add new authors and contributors only by unique email addresses - allow multiple file upload - added validation rule for validating length of uploaded files - modified Dockerfile for starting "bin/server.js" instead of *server.js" - npm updates
This commit is contained in:
parent
770e791613
commit
ac473b1e72
27 changed files with 1720 additions and 914 deletions
|
@ -27,7 +27,9 @@ export default defineConfig({
|
|||
() => import('./start/kernel.js'),
|
||||
() => import('#start/validator'),
|
||||
() => import('#start/rules/unique'),
|
||||
() => import('#start/rules/translated_language')
|
||||
() => import('#start/rules/translated_language'),
|
||||
() => import('#start/rules/unique_person'),
|
||||
() => import('#start/rules/file_length')
|
||||
],
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
@ -64,7 +66,8 @@ export default defineConfig({
|
|||
() => import('#providers/token_worker_provider'),
|
||||
// () => import('#providers/validator_provider'),
|
||||
() => import('#providers/drive/provider/drive_provider'),
|
||||
() => import('@adonisjs/core/providers/vinejs_provider')
|
||||
// () => import('@adonisjs/core/providers/vinejs_provider'),
|
||||
() => import('#providers/vinejs_provider')
|
||||
],
|
||||
metaFiles: [
|
||||
{
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue