Add test model, shore up 'build' command more

This commit is contained in:
Lucien Greathouse
2018-11-27 14:40:19 -08:00
parent c61d6a5804
commit 1e0a7dea73
6 changed files with 38 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "empty",
"name": "single-sync-point",
"tree": {
"$className": "DataModel",
"ReplicatedStorage": {

View File

@@ -0,0 +1,9 @@
{
"name": "empty",
"tree": {
"$className": "Folder",
"Library": {
"$path": "src"
}
}
}

View File

@@ -0,0 +1,3 @@
local other = require(script.Parent.other)
print(other)

View File

@@ -0,0 +1 @@
return "Hello, world!"