test build container
All checks were successful
Docker Version Check / check-docker (push) Successful in 15s

This commit is contained in:
justin
2025-09-21 18:57:47 +02:00
commit 2edc38615e
38 changed files with 9999 additions and 0 deletions

12
start/routes.ts Normal file
View File

@@ -0,0 +1,12 @@
/*
|--------------------------------------------------------------------------
| Routes file
|--------------------------------------------------------------------------
|
| The routes file is used for defining the HTTP routes.
|
*/
import router from '@adonisjs/core/services/router'
router.on('/').renderInertia('home')