feat: remove README and cursor rules, update dependencies, and implement authentication middleware
This commit is contained in:
@@ -5,20 +5,21 @@ import { tanstackStart } from "@tanstack/react-start/plugin/vite"
|
||||
import viteReact from "@vitejs/plugin-react"
|
||||
import { nitro } from "nitro/vite"
|
||||
import { defineConfig } from "vite"
|
||||
import tsconfigPaths from "vite-tsconfig-paths"
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
devtools(),
|
||||
paraglideVitePlugin({
|
||||
project: "./project.inlang",
|
||||
outdir: "./src/paraglide",
|
||||
outdir: "./src/integrations/paraglide",
|
||||
strategy: ["url", "baseLocale"]
|
||||
}),
|
||||
nitro({ rollupConfig: { external: [/^@sentry\//] } }),
|
||||
tsconfigPaths({ projects: ["./tsconfig.json"] }),
|
||||
tailwindcss(),
|
||||
tanstackStart(),
|
||||
viteReact()
|
||||
]
|
||||
],
|
||||
resolve: {
|
||||
tsconfigPaths: true
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user