mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-26 00:46:23 +02:00
mv experimental apps
This commit is contained in:
parent
7f6ece90f8
commit
f722591ccd
53 changed files with 31 additions and 31 deletions
10
apps/experimental/chat_widget/app/page.tsx
Normal file
10
apps/experimental/chat_widget/app/page.tsx
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import { Suspense } from 'react';
|
||||
import { App } from './app';
|
||||
|
||||
export const dynamic = 'force-dynamic';
|
||||
|
||||
export default function Page() {
|
||||
return <Suspense>
|
||||
<App apiUrl={`${process.env.ROWBOAT_HOST}/api/widget/v1`} />
|
||||
</Suspense>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue