tethys.backend/config/inertia.ts
2023-03-03 16:54:28 +01:00

21 lines
450 B
TypeScript

/**
* Feel free to let me know via PR,
* if you find something broken in this config file.
*/
import { InertiaConfig } from '@ioc:EidelLev/Inertia';
/*
|--------------------------------------------------------------------------
| Inertia-AdonisJS config
|--------------------------------------------------------------------------
|
*/
export const inertia: InertiaConfig = {
view: 'app',
// ssr: {
// enabled: false,
// },
};