MVP, working sentry scraper
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
|
||||
import { createInertiaApp } from '@inertiajs/vue3'
|
||||
import { renderToString } from '@vue/server-renderer'
|
||||
import { createSSRApp, h, type DefineComponent } from 'vue'
|
||||
@ -16,4 +15,4 @@ export default function render(page: any) {
|
||||
return createSSRApp({ render: () => h(App, props) }).use(plugin)
|
||||
},
|
||||
})
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user