MVP, working sentry scraper
This commit is contained in:
@ -19,12 +19,12 @@ const inertiaConfig = defineConfig({
|
||||
*/
|
||||
ssr: {
|
||||
enabled: true,
|
||||
entrypoint: 'inertia/app/ssr.ts'
|
||||
}
|
||||
entrypoint: 'inertia/app/ssr.ts',
|
||||
},
|
||||
})
|
||||
|
||||
export default inertiaConfig
|
||||
|
||||
declare module '@adonisjs/inertia/types' {
|
||||
export interface SharedProps extends InferSharedProps<typeof inertiaConfig> {}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user