mirror of
https://github.com/pesde-pkg/scripts.git
synced 2024-12-12 07:00:35 +00:00
feat: add sourcemap_generator script
This commit is contained in:
parent
861e7fec54
commit
a0e6de8d6b
1 changed files with 3 additions and 0 deletions
3
lune/rojo/sourcemap_generator.luau
Normal file
3
lune/rojo/sourcemap_generator.luau
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
local process = require("@lune/process")
|
||||||
|
|
||||||
|
process.spawn("rojo", { "sourcemap" }, { cwd = process.cwd, stdio = "forward" })
|
Loading…
Reference in a new issue