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 0a99524 commit b292b62Copy full SHA for b292b62
src/index.ts
@@ -2,7 +2,7 @@ import { createResponse } from './utils';
2
import handleStudioRequest from "./studio";
3
import { Handler } from "./handler";
4
import { DatabaseStub, DataSource, RegionLocationHint, Source } from './types';
5
-import { corsHeaders, corsPreflight } from './cors';
+import { corsPreflight } from './cors';
6
export { DatabaseDurableObject } from './do';
7
8
const DURABLE_OBJECT_ID = 'sql-durable-object';
0 commit comments