- update to AdonisJS 6
Some checks failed
CI Pipeline / japa-tests (push) Failing after 1m15s

This commit is contained in:
Kaimbacher 2024-03-14 20:25:27 +01:00
parent f828ca4491
commit cb51a4136f
167 changed files with 21485 additions and 21212 deletions

View file

@ -4,24 +4,20 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{{--
<link rel="icon" type="image/png" href="/favicon.ico"> --}}
<link rel="icon" type="image/png" href="/favicon.png">
{{--
<link rel="icon" href="/apps/theming/favicon/settings?v=ad28c447"> --}}
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- <link rel="icon" href="/apps/theming/favicon/settings?v=ad28c447"> -->
<input type="hidden" id="initial-state-firstrunwizard-desktop"
value="Imh0dHBzOi8vZ2l0ZWEuZ2VvbG9naWUuYWMuYXQvZ2VvbGJhL3RldGh5cy5iYWNrZW5kIg==">
@routes
@entryPointStyles('app')
@entryPointScripts('app')
{{-- <title>myapp</title> --}}
@routes('test')
</head>
<body>
@inertia()
@inertia({ as: 'div', class: 'h-full' })
@entryPointStyles('app')
@entryPointScripts('app')
</body>
</html>