We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e74150 commit 4793cc4Copy full SHA for 4793cc4
supabase/functions/_backend/files/files_config.ts
@@ -1,8 +1,8 @@
1
import type { MiddlewareKeyVariables } from '../utils/hono.ts'
2
import { getRuntimeKey } from 'hono/adapter'
3
import { Hono } from 'hono/tiny'
4
-import { ALERT_UPLOAD_SIZE_BYTES, MAX_CHUNK_SIZE_BYTES, MAX_UPLOAD_LENGTH_BYTES } from './util.ts'
5
import { useCors } from '../utils/hono.ts'
+import { ALERT_UPLOAD_SIZE_BYTES, MAX_CHUNK_SIZE_BYTES, MAX_UPLOAD_LENGTH_BYTES } from './util.ts'
6
7
export const app = new Hono<MiddlewareKeyVariables>()
8
0 commit comments