From 727c2f398a9346de7703e1b80d6c9e026a29248c Mon Sep 17 00:00:00 2001 From: Yifei Zhang Date: Wed, 12 Apr 2023 15:07:11 +0800 Subject: [PATCH] feat: add netlify support --- netlify.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 000000000..3b68ded79 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,3 @@ +[[edge_functions]] +function = "sse" +path = "/api/chat-stream" \ No newline at end of file