This commit is contained in:
parent
3c09493b00
commit
e939714557
34 changed files with 5752 additions and 628 deletions
|
|
@ -64,7 +64,9 @@ function devServerPath(root: string, filePath: string) {
|
|||
export async function hashPackageInputs(root = packageRoot) {
|
||||
const hash = crypto.createHash("sha256");
|
||||
const inputs = [
|
||||
"Cargo.lock",
|
||||
"wasm/Cargo.toml",
|
||||
"wasm/.cargo/config.toml",
|
||||
"wasm/src",
|
||||
"common/Cargo.toml",
|
||||
"common/src",
|
||||
|
|
|
|||
Loading…
Reference in a new issue