Skip to content

Commit

Permalink
Update lilo to latest embedded
Browse files Browse the repository at this point in the history
  • Loading branch information
brettimus committed Jan 21, 2025
1 parent c4641a8 commit fab0e54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lilo/lilo-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@ai-sdk/google": "^1.0.9",
"@ai-sdk/openai": "^1.0.8",
"@fiberplane/embedded": "^0.0.16",
"@fiberplane/embedded": "^0.0.17",
"@hono/oauth-providers": "^0.6.2",
"@hono/zod-openapi": "^0.18.0",
"@hono/zod-validator": "^0.4.1",
Expand Down
1 change: 1 addition & 0 deletions lilo/lilo-worker/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ app.doc("/doc", (c) => ({
app.use(
"/fp/*",
createMiddleware({
apiKey: "12345",
spec: "/doc",
}),
);
Expand Down

0 comments on commit fab0e54

Please sign in to comment.