mirror of
https://github.com/AndersPier/v0-v0app.git
synced 2025-10-27 10:06:52 +00:00
Add missing dependencies, fix Next.js config, update Docker Compose, and configure Tailwind CSS. #VERCEL_SKIP Co-authored-by: Anders Lehmann Pier <3219386+AndersPier@users.noreply.github.com>
7 lines
133 B
TypeScript
7 lines
133 B
TypeScript
"use client"
|
|
|
|
import config from "../tailwind.config"
|
|
|
|
export default function SyntheticV0PageForDeployment() {
|
|
return <config />
|
|
} |