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

@ -5,7 +5,11 @@ import vue from '@vitejs/plugin-vue'
import adonisjs from '@adonisjs/vite/client'
export default defineConfig({
plugins: [inertia({ ssr: { enabled: true, entrypoint: 'inertia/app/ssr.ts' } }), vue(), adonisjs({ entrypoints: ['inertia/app/app.ts'], reload: ['resources/views/**/*.edge'] })],
plugins: [
inertia({ ssr: { enabled: true, entrypoint: 'inertia/app/ssr.ts' } }),
vue(),
adonisjs({ entrypoints: ['inertia/app/app.ts'], reload: ['resources/views/**/*.edge'] }),
],
/**
* Define aliases for importing modules from