mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
refac: rewrite a lil in rust
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { unlinkSync } from "node:fs";
|
||||
import { join } from "node:path";
|
||||
import { fileURLToPath } from "node:url";
|
||||
|
||||
const root = join(fileURLToPath(new URL("..", import.meta.url)));
|
||||
try {
|
||||
unlinkSync(join(root, "src", "wasm", "pkg", ".gitignore"));
|
||||
} catch {
|
||||
/* ignore */
|
||||
}
|
||||
Reference in New Issue
Block a user