diff options
author | 2021-10-03 21:21:54 -0700 | |
---|---|---|
committer | 2021-10-03 21:21:54 -0700 | |
commit | aee263d05004344b924ff75947adc74f50992382 (patch) | |
tree | d1df27677900df6f96a658fb5f1ed6cc8306a7f5 /integration/snapshots/export.hmr.js | |
parent | 7ac4abf8a0cc8d2624977cb4352da19f0acc40a6 (diff) | |
download | bun-aee263d05004344b924ff75947adc74f50992382.tar.gz bun-aee263d05004344b924ff75947adc74f50992382.tar.zst bun-aee263d05004344b924ff75947adc74f50992382.zip |
Update linux build instructions
Diffstat (limited to 'integration/snapshots/export.hmr.js')
-rw-r--r-- | integration/snapshots/export.hmr.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/snapshots/export.hmr.js b/integration/snapshots/export.hmr.js index 04821c18e..6088ffd77 100644 --- a/integration/snapshots/export.hmr.js +++ b/integration/snapshots/export.hmr.js @@ -8,7 +8,7 @@ import what from "http://localhost:8080/_auth.js"; import * as where from "http://localhost:8080/_auth.js"; Bun.activate(false); -var hmr = new HMR(4033101122, "export.js"), exports = hmr.exports; +var hmr = new HMR(1879780259, "export.js"), exports = hmr.exports; (hmr._load = function() { var yoyoyo = "yoyoyo"; function hey() { |