Introduce InstanceContext (#270)

* Add instance context with dummy field

* Remove stub field
This commit is contained in:
Lucien Greathouse
2019-12-03 15:30:20 -08:00
committed by GitHub
parent a48c238ed7
commit 12df80da56
38 changed files with 81 additions and 9 deletions

View File

@@ -16,6 +16,7 @@ metadata:
- /root/init.lua
- /root/init.server.lua
- /root/init.client.lua
context: {}
children:
- id: id-2
name: test
@@ -31,4 +32,5 @@ children:
relevant_paths:
- /root/test.lua
- /root/test.meta.json
context: {}
children: []