mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-05-27 01:54:46 -07:00
Make SvelteKit build reproducible
This commit is contained in:
committed by
Cooper Quintin
parent
a17e255148
commit
e52d382514
@@ -10,6 +10,11 @@ export default {
|
|||||||
fallback: undefined,
|
fallback: undefined,
|
||||||
precompress: false,
|
precompress: false,
|
||||||
strict: true
|
strict: true
|
||||||
})
|
}),
|
||||||
|
version: {
|
||||||
|
// Use a deterministic version string for reproducible builds.
|
||||||
|
// Without this option, SvelteKit will use a timestamp.
|
||||||
|
name: process.env.GITHUB_SHA || 'dev'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user