Skip to content

Commit faf8a27

Browse files
committed
chore: wip
1 parent ffc1a41 commit faf8a27

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.stacks/core/config/src/defaults.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ export default {
6969
},
7070

7171
cdn: {
72-
enableLogging: true,
7372
allowedMethods: 'GET_HEAD',
7473
cachedMethods: 'GET_HEAD',
7574
minTtl: 0,

.stacks/core/types/src/cloud.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ export interface CloudOptions {
5757
firewall: FirewallConfig
5858

5959
cdn: {
60-
// enableLogging: boolean
6160
allowedMethods: 'GET_HEAD' | 'GET_HEAD_OPTIONS' | 'ALL'
6261
cachedMethods: 'GET_HEAD' | 'GET_HEAD_OPTIONS'
6362
minTtl: number

config/cloud.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export default {
1515
storage: {},
1616

1717
cdn: {
18-
enableLogging: true,
1918
compress: true,
2019
allowedMethods: 'ALL',
2120
cachedMethods: 'GET_HEAD',

0 commit comments

Comments
 (0)