mirror of
https://github.com/sajenim/javascript-template.git
synced 2025-12-17 03:50:40 +08:00
Exclude bun.lockb from omnix text substitution
Prevents "stream did not contain valid UTF-8" errors during template initialization. The binary lockfile doesn't need text substitution and should be copied as-is.
This commit is contained in:
parent
c497b0fc1d
commit
187ad24404
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ in {
|
|||
placeholder = "my-project";
|
||||
}
|
||||
];
|
||||
exclude = ["bun.lockb"];
|
||||
};
|
||||
|
||||
javascript-nextjs = {
|
||||
|
|
@ -35,6 +36,7 @@ in {
|
|||
placeholder = "my-nextjs-app";
|
||||
}
|
||||
];
|
||||
exclude = ["bun.lockb"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue