diff options
| author | Mahesh Sanikommmu <[email protected]> | 2025-08-16 18:50:10 -0700 |
|---|---|---|
| committer | Mahesh Sanikommmu <[email protected]> | 2025-08-16 18:50:10 -0700 |
| commit | 39003aff23d64ff1d96074d71521f6023c9bec01 (patch) | |
| tree | 3f870c04b3dce315bba1b21aa2da158494e71774 /apps/web/functions | |
| parent | Merge pull request #355 from supermemoryai/archive (diff) | |
| download | supermemory-39003aff23d64ff1d96074d71521f6023c9bec01.tar.xz supermemory-39003aff23d64ff1d96074d71521f6023c9bec01.zip | |
New Version of Supermemory Consumer App
Diffstat (limited to 'apps/web/functions')
| -rw-r--r-- | apps/web/functions/[[path]].ts | 6 | ||||
| -rw-r--r-- | apps/web/functions/notion.ts | 0 |
2 files changed, 0 insertions, 6 deletions
diff --git a/apps/web/functions/[[path]].ts b/apps/web/functions/[[path]].ts deleted file mode 100644 index 8f5be870..00000000 --- a/apps/web/functions/[[path]].ts +++ /dev/null @@ -1,6 +0,0 @@ -import * as build from "../build/server"; -import server from "../server"; - -import handle from "hono-remix-adapter/cloudflare-pages"; - -export const onRequest = handle(build, server); diff --git a/apps/web/functions/notion.ts b/apps/web/functions/notion.ts deleted file mode 100644 index e69de29b..00000000 --- a/apps/web/functions/notion.ts +++ /dev/null |