summaryrefslogtreecommitdiff
path: root/packages/integrations/deno/src/code-constant.ts
blob: bf272e397080d1e50386b3dbed88621474f49b9f (plain) (blame)
1
2
export const DEFAULTIMPORT = `import { Server } from "https://deno.land/std@0.167.0/http/server.ts"; \n import { fetch } from "https://deno.land/x/file_fetch/mod.ts";\nimport { fileExtension } from "https://deno.land/x/file_extension@v2.1.0/mod.ts";`
export const DEFAULTSTART = `const _start = 'start'; \n if(_start in adapter) { \nadapter[_start](_manifest, _args);}`