We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0497c4d commit 8b6759bCopy full SHA for 8b6759b
1 file changed
src/http/any-catchall/_fingerprint-paths.mjs
@@ -1,7 +1,7 @@
1
import fs from 'fs'
2
import path from 'path'
3
import url from 'url'
4
-const _local = process.env.ARC_ENV === 'testing'
+const _local = process.env.ARC_ENV === 'testing' || process.env.ARC_LOCAL
5
6
let manifest = {}
7
if (!_local) {
0 commit comments