This repository has been archived on 2024-11-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
enzos-events/config/inertia.ts
2023-06-30 01:29:26 +02:00

21 lines
433 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,
},
};