feat: add sourcemap_generator script

This commit is contained in:
daimond113 2024-08-11 17:43:54 +02:00
parent 861e7fec54
commit a0e6de8d6b
Signed by untrusted user who does not match committer: DevComp
GPG key ID: 429EF1C337871656

View file

@ -0,0 +1,3 @@
local process = require("@lune/process")
process.spawn("rojo", { "sourcemap" }, { cwd = process.cwd, stdio = "forward" })