mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-22 21:55:15 +00:00
Changed file extensions of init command from lua to luau (#831)
This commit is contained in:
5
assets/default-model-project/src-init.luau
Normal file
5
assets/default-model-project/src-init.luau
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
hello = function()
|
||||
print("Hello world, from {project_name}!")
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user