add alpaca news wire across ingest api and web
This commit is contained in:
parent
62aae70878
commit
906fe411c9
31 changed files with 1407 additions and 50 deletions
7
apps/web/app/news/page.tsx
Normal file
7
apps/web/app/news/page.tsx
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { NewsRoute } from "../terminal";
|
||||
|
||||
export const dynamic = "force-dynamic";
|
||||
|
||||
export default function Page() {
|
||||
return <NewsRoute />;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue