Revert "added ssr?????"

This reverts commit 5371f784fb.
This commit is contained in:
Sockenklaus
2023-07-08 18:38:18 +02:00
parent 5371f784fb
commit 39a28cbd14
12 changed files with 18 additions and 1974 deletions

View File

@@ -15,7 +15,6 @@ import { InertiaConfig } from '@ioc:EidelLev/Inertia';
export const inertia: InertiaConfig = {
view: 'app',
ssr: {
enabled: true,
autoreload: process.env.NODE_ENV === 'development',
enabled: false,
},
};