build(ui/litellm-dashboard): initial commit of litellm dashboard

This commit is contained in:
Krrish Dholakia 2024-01-27 12:12:48 -08:00
parent 8d4749b94a
commit af8b35d556
20 changed files with 7710 additions and 0 deletions

View file

@ -0,0 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
export default nextConfig;