Skip to content

Commit b7da8c9

Browse files
authored
Merge pull request #128 from filmaj/local-sandbox-public-fix
fix: broken static assets if using a remotely-connected arc sandbox.
2 parents 0497c4d + 8b6759b commit b7da8c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/http/any-catchall/_fingerprint-paths.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import fs from 'fs'
22
import path from 'path'
33
import url from 'url'
4-
const _local = process.env.ARC_ENV === 'testing'
4+
const _local = process.env.ARC_ENV === 'testing' || process.env.ARC_LOCAL
55

66
let manifest = {}
77
if (!_local) {

0 commit comments

Comments
 (0)