Revert "Exclude bun.lockb from omnix text substitution"

This reverts commit 187ad24404.
This commit is contained in:
♥ Minnie ♥ 2025-11-14 11:34:26 +08:00
parent 187ad24404
commit b558e10bdb
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -24,7 +24,6 @@ in {
placeholder = "my-project"; placeholder = "my-project";
} }
]; ];
exclude = ["bun.lockb"];
}; };
javascript-nextjs = { javascript-nextjs = {
@ -36,7 +35,6 @@ in {
placeholder = "my-nextjs-app"; placeholder = "my-nextjs-app";
} }
]; ];
exclude = ["bun.lockb"];
}; };
}; };
}; };