build ok,
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
|
import PocketBase from 'pocketbase';
|
||||||
|
|
||||||
export const dynamic = 'force-static';
|
export const dynamic = 'force-static';
|
||||||
|
|
||||||
export async function GET(): Promise<Response> {
|
export async function GET(): Promise<Response> {
|
||||||
|
const pb = new PocketBase(`http://localhost:8090`);
|
||||||
|
|
||||||
return Response.json({ hello: 'world' });
|
return Response.json({ hello: 'world' });
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user