diff options
author | 2023-10-02 14:08:47 +0000 | |
---|---|---|
committer | 2023-10-02 14:08:47 +0000 | |
commit | 8937fec55042728c5294965abe857603bbd9d41f (patch) | |
tree | b2344bc77bd2710555068061b41d0bd496eaf355 /packages/integrations/cloudflare/src | |
parent | 0f69cedcd0aa2f36430b6c1b8ccbf0a924bfe734 (diff) | |
download | astro-8937fec55042728c5294965abe857603bbd9d41f.tar.gz astro-8937fec55042728c5294965abe857603bbd9d41f.tar.zst astro-8937fec55042728c5294965abe857603bbd9d41f.zip |
[ci] format
Diffstat (limited to 'packages/integrations/cloudflare/src')
-rw-r--r-- | packages/integrations/cloudflare/src/utils/parser.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/cloudflare/src/utils/parser.ts b/packages/integrations/cloudflare/src/utils/parser.ts index de239a1ee..4045a0e72 100644 --- a/packages/integrations/cloudflare/src/utils/parser.ts +++ b/packages/integrations/cloudflare/src/utils/parser.ts @@ -7,12 +7,12 @@ * TODO: Tackle this file, once their is an decision on the upstream request */ +import type {} from '@cloudflare/workers-types/experimental'; import TOML from '@iarna/toml'; import dotenv from 'dotenv'; import { findUpSync } from 'find-up'; import * as fs from 'node:fs'; import { dirname, resolve } from 'node:path'; -import type {} from '@cloudflare/workers-types/experimental'; let _wrangler: any; function findWranglerToml( |