Skip to content

Commit

Permalink
feat: turn on streaming
Browse files Browse the repository at this point in the history
  • Loading branch information
louismollick committed Mar 29, 2024
1 parent 5093ed5 commit 20c6cf3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sst.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ export default {
ICHIRAN_CONNECTION: process.env.ICHIRAN_CONNECTION!,
},
bind: [ichiranLambda],
experimental: {
streaming: true,
}
});

stack.addOutputs({
Expand Down

0 comments on commit 20c6cf3

Please # to comment.