aboutsummaryrefslogtreecommitdiff
path: root/Divina.lua
blob: 6b3e6b2cf860d11c209a820bbc89140f82d460b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
-- Example Workspace
--
--- @class Workspace
--- @field public members string[]
Workspace = {
  members = {
    "examples/greet/",
    "examples/greet_from_library/",
    "examples/just_return/",
  },
}