Logo
Explore Help
Register Sign In
ai/openclaw-dashboard
1
0
Fork 0
You've already forked openclaw-dashboard
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
openclaw-dashboard/next.config.ts

15 lines
300 B
TypeScript
Raw Normal View History

feat: Complete OpenClaw Dashboard with all features - Dashboard Overview with real-time status display - Live Log Viewer (scrollable, filterable) - Config Editor with JSON syntax highlighting - Model Switcher for provider management - Provider Manager for API key configuration - Quick Actions for common tasks - API Routes: status, logs, config, actions, models, providers Tech Stack: - Next.js 14 (App Router) - TypeScript - Tailwind CSS - shadcn/ui components - CodeMirror for JSON editing - Docker support with docker-compose
2026-02-27 05:55:23 +00:00
import type { NextConfig } from 'next';
const nextConfig: NextConfig = {
output: 'standalone',
experimental: {
serverActions: {
bodySizeLimit: '2mb',
},
},
// Allow mounting OpenClaw config from host
serverExternalPackages: ['better-sqlite3'],
};
export default nextConfig;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 64ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API