UEA-Prodem
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import { getPlatformProxy } from 'wrangler';
|
||||
import { Adapter } from '../types.cjs';
|
||||
import 'vite';
|
||||
|
||||
type CloudflareAdapterOptions = {
|
||||
proxy: Parameters<typeof getPlatformProxy>[0];
|
||||
};
|
||||
declare const cloudflareAdapter: (options?: CloudflareAdapterOptions) => Promise<Adapter>;
|
||||
|
||||
export { cloudflareAdapter, cloudflareAdapter as default };
|
||||
Reference in New Issue
Block a user