Skip to content

Commit 11a976f

Browse files
committed
fix file formatting
1 parent 0920edf commit 11a976f

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

  • dev-packages/e2e-tests/test-applications/astro-5-cf-workers

dev-packages/e2e-tests/test-applications/astro-5-cf-workers/wrangler.jsonc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@
88
"SENTRY_DSN": "https://username@domain/123",
99
"SENTRY_ENVIRONMENT": "qa",
1010
"SENTRY_TRACES_SAMPLE_RATE": "1.0",
11-
"SENTRY_TUNNEL": "http://localhost:3031/"
11+
"SENTRY_TUNNEL": "http://localhost:3031/",
1212
},
1313
"assets": {
1414
"binding": "ASSETS",
15-
"directory": "./dist"
16-
}
15+
"directory": "./dist",
16+
},
1717
}
18-

0 commit comments

Comments
 (0)