test build container
All checks were successful
Build and Push Docker / build (push) Successful in 21s

This commit is contained in:
justin
2025-10-10 17:27:35 +02:00
parent 78062d4ac3
commit 4dfada2ea0
2 changed files with 12 additions and 1 deletions

View File

@@ -9,4 +9,4 @@
import router from '@adonisjs/core/services/router'
router.on('/').renderInertia('home')
router.on('/page').renderInertia('page')