mirror of
https://github.com/soconnor0919/beenvoice.git
synced 2025-12-14 01:54:43 -05:00
Add Turso/Vercel deployment configuration
- Updated database connection to support Turso auth token - Added vercel.json with bun build configuration - Updated environment schema for production deployment - Added new features and components for production readiness
This commit is contained in:
5
src/app/dashboard/businesses/new/page.tsx
Normal file
5
src/app/dashboard/businesses/new/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { BusinessForm } from "~/components/business-form";
|
||||
|
||||
export default function NewBusinessPage() {
|
||||
return <BusinessForm mode="create" />;
|
||||
}
|
||||
Reference in New Issue
Block a user