This commit is contained in:
Expand-sys 2024-02-08 20:54:13 +11:00
parent 773e414ef0
commit 53e5e2198d

View file

@ -4,5 +4,6 @@ module.exports = {
script: "./index.js", script: "./index.js",
watch: true, watch: true,
ignore_watch: ["./res/temp"], ignore_watch: ["./res/temp"],
interpreter: "~/.bun/bin/bun",
}] }]
} }