Commit 45f6402 1 parent ef6e8d4 commit 45f6402 Copy full SHA for 45f6402
File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,6 @@ async function readVulcanEnv(scope = 'local') {
124
124
return null ;
125
125
}
126
126
debug . error ( error ) ;
127
- feedback . error ( Messages . errors . file_doesnt_exist ( vulcanEnvPath ) ) ;
128
127
throw error ;
129
128
}
130
129
}
@@ -236,8 +235,6 @@ async function loadAzionConfig(configPath) {
236
235
handleDependencyError ( error , configPath ) ;
237
236
return null ;
238
237
}
239
- debug . error ( error ) ;
240
- feedback . error ( Messages . errors . file_doesnt_exist ( configPath ) ) ;
241
238
throw error ;
242
239
}
243
240
}
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ const config = defineConfig({
27
27
} ,
28
28
{
29
29
name : 'Deliver Static Assets' ,
30
- match : '.(css|js|ttf|woff|woff2|pdf|svg|jpg|jpeg|gif|bmp|png|ico|mp4|json|xml|html)$' ,
30
+ match :
31
+ '.(css|js|ttf|woff|woff2|pdf|svg|jpg|jpeg|gif|bmp|png|ico|mp4|json|xml|html)$' ,
31
32
behavior : {
32
33
setOrigin : {
33
34
name : 'origin-storage-default' ,
@@ -47,4 +48,4 @@ const config = defineConfig({
47
48
} ,
48
49
} ) ;
49
50
50
- export default config ;
51
+ export default config ;
You can’t perform that action at this time.
0 commit comments