tethys.backend/config/inertia.ts

21 lines
450 B
TypeScript
Raw Normal View History

2023-03-03 15:54:28 +00:00
/**
* 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,
// },
};