MVP, working sentry scraper
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user