Files
Zonneplan/resources/js/app.ts
T
JustZoe101 3ae3222732
tests / ci (push) Failing after 4m24s
Initial commit
2026-08-01 18:17:20 +02:00

11 lines
253 B
TypeScript

import { createInertiaApp } from '@inertiajs/vue3';
const appName = import.meta.env.VITE_APP_NAME || 'Laravel';
createInertiaApp({
title: (title) => (title ? `${title} - ${appName}` : appName),
progress: {
color: '#4B5563',
},
});