fix: make it work with new vite
This commit is contained in:
@@ -16,7 +16,6 @@ export const handler = define.handlers({
|
||||
throw new BadRequestError();
|
||||
}
|
||||
|
||||
console.log(s);
|
||||
const resources = await searchResource(s);
|
||||
|
||||
return json(resources);
|
||||
|
||||
Reference in New Issue
Block a user