Skip to content

Commit

Permalink
fix: pass debug true to serve
Browse files Browse the repository at this point in the history
Need more helpful info so passing debug to serve
  • Loading branch information
CalebBarnes committed Jan 13, 2025
1 parent 9894c6b commit c44314e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/edge-bundler/node/server/server.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ test('Starts a server and serves requests for edge functions', async () => {
const importMapPaths = [join(paths.internal, 'import_map.json'), join(paths.user, 'import-map.json')]
const servePath = join(basePath, '.netlify', 'edge-functions-serve')
const server = await serve({
debug: true,
basePath,
bootstrapURL: 'https://edge.netlify.com/bootstrap/index-combined.ts',
port,
Expand Down

0 comments on commit c44314e

Please sign in to comment.