mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 21:25:16 +00:00
Add test model, shore up 'build' command more
This commit is contained in:
3
test-projects/test-model/src/main.lua
Normal file
3
test-projects/test-model/src/main.lua
Normal file
@@ -0,0 +1,3 @@
|
||||
local other = require(script.Parent.other)
|
||||
|
||||
print(other)
|
||||
1
test-projects/test-model/src/other.lua
Normal file
1
test-projects/test-model/src/other.lua
Normal file
@@ -0,0 +1 @@
|
||||
return "Hello, world!"
|
||||
Reference in New Issue
Block a user