fixed route handling. added lucid with sqlite support
This commit is contained in:
@@ -67,6 +67,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@adonisjs/core": "^5.9.0",
|
||||
"@adonisjs/lucid": "^18.4.0",
|
||||
"@adonisjs/repl": "^3.1.11",
|
||||
"@adonisjs/session": "^6.4.0",
|
||||
"@adonisjs/shield": "^7.1.1",
|
||||
@@ -74,9 +75,11 @@
|
||||
"@eidellev/inertia-adonisjs": "^8.0.1",
|
||||
"@inertiajs/vue3": "^1.0.9",
|
||||
"@vue/compiler-sfc": "^3.3.4",
|
||||
"luxon": "^3.3.0",
|
||||
"proxy-addr": "^2.0.7",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"source-map-support": "^0.5.21",
|
||||
"sqlite3": "^5.1.6",
|
||||
"vue": "^3.3.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user