Compiling worker to "C:\\Users\\william\\AppData\\Local\\Temp\\functionsWorker.js" > ../../../AppData/Local/Temp/plinko-Lv5Dxe/routes.mjs:1:55: error: Could not resolve "C:UserswilliamDownloadsGitHubdns-lookup-frontend\functionsapilookup.js" (mark it as external to exclude it from the bundle) 1 │ import { onRequest as __api_lookup_js_onRequest } from "C:\Users\william\Downloads\GitHub\dns-lookup-frontend\functions\api\lookup.js" ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:\Users\william\AppData\Local\npm-cache\_npx\8c55f4bc76fffd7b\node_modules\esbuild\lib\main.js:1475 let error = new Error(`${text}${summary}`); ^ Error: Build failed with 1 error: ../../../AppData/Local/Temp/plinko-Lv5Dxe/routes.mjs:1:55: error: Could not resolve "C:UserswilliamDownloadsGitHubdns-lookup-frontend\functionsapilookup.js" (mark it as external to exclude it from the bundle) at failureErrorWithLog (C:\Users\william\AppData\Local\npm-cache\_npx\8c55f4bc76fffd7b\node_modules\esbuild\lib\main.js:1475:15) at C:\Users\william\AppData\Local\npm-cache\_npx\8c55f4bc76fffd7b\node_modules\esbuild\lib\main.js:1133:28 at runOnEndCallbacks (C:\Users\william\AppData\Local\npm-cache\_npx\8c55f4bc76fffd7b\node_modules\esbuild\lib\main.js:1051:65) at buildResponseToResult (C:\Users\william\AppData\Local\npm-cache\_npx\8c55f4bc76fffd7b\node_modules\esbuild\lib\main.js:1131:7) at C:\Users\william\AppData\Local\npm-cache\_npx\8c55f4bc76fffd7b\node_modules\esbuild\lib\main.js:1240:14 at C:\Users\william\AppData\Local\npm-cache\_npx\8c55f4bc76fffd7b\node_modules\esbuild\lib\main.js:611:9 at handleIncomingPacket (C:\Users\william\AppData\Local\npm-cache\_npx\8c55f4bc76fffd7b\node_modules\esbuild\lib\main.js:708:9) at Socket.readFromStdout (C:\Users\william\AppData\Local\npm-cache\_npx\8c55f4bc76fffd7b\node_modules\esbuild\lib\main.js:578:7) at Socket.emit (node:events:390:28) at addChunk (node:internal/streams/readable:315:12) { errors: [ { detail: undefined, location: { column: 55, file: '../../../AppData/Local/Temp/plinko-Lv5Dxe/routes.mjs', length: 79, line: 1, lineText: 'import { onRequest as __api_lookup_js_onRequest } from "C:\\Users\\william\\Downloads\\GitHub\\dns-lookup-frontend\\functions\\api\\lookup.js"', namespace: '', suggestion: '' }, notes: [], pluginName: '', text: 'Could not resolve "C:UserswilliamDownloadsGitHubdns-lookup-frontend\\functionsapilookup.js" (mark it as external to exclude it from the bundle)' } ], warnings: [] } wrangler pages dev [directory] [-- command] 🧑‍💻 Develop your full-stack Pages application locally Positionals: directory The directory of static assets to serve [string] command The proxy command to run [string] Flags: --config Path to .toml configuration file [string] --help Show help [boolean] --version Show version number [boolean] Options: --local Run on my machine [boolean] [default: true] --port The port to listen on (serve from) [number] [default: 8788] --proxy The port to proxy (where the static assets are served) [number] --script-path The location of the single Worker script if not using functions [string] [default: "_worker.js"] -b, --binding Bind variable/secret (KEY=VALUE) [array] -k, --kv KV namespace to bind [array] -o, --do Durable Object to bind (NAME=CLASS) [array] BuildError [1]: Build failed with exit code 1 at ChildProcess. (file:///C:/Users/william/AppData/Roaming/npm/node_modules/wrangler/node_modules/@miniflare/core/dist/src/index.js:213:25) at ChildProcess.emit (node:events:390:28) at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12) { code: 1, cause: undefined }