MVP, working sentry scraper

This commit is contained in:
Mike Conrad
2025-05-18 20:44:42 -04:00
parent a34b0899ce
commit 8ea49772df
29 changed files with 724 additions and 481 deletions

View File

@ -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)
},
})
}
}