You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/.vitepress/config.ts
+35-35Lines changed: 35 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -59,47 +59,47 @@ export default defineConfig({
59
59
},
60
60
plugins: [
61
61
tailwindcss()asany,
62
+
process.env.ANALYZE==='true' ? analyzer() : [],
62
63
process.env.NODE_ENV==='production' ? llmstxt({
63
64
description: 'Ergonomic Framework for Humans',
64
65
details:
65
66
"Elysia is an ergonomic framework for Humans. With end-to-end type safety and great developer experience. Elysia is familiar, fast, and first class TypeScript support with well-thought integration between services whether it's tRPC, Swagger or WebSocket.",
0 commit comments