Introduction to Resources
Servers run on a collection of resources. A resource is a collection of files - such as client scripts, server scripts, and assets - that can be started, stopped and restarted at any time.
Resource Directories
server
└── resources
├── [category]
│ ├── [another]
│ │ └── resource-2
│ │ └── manifest.toml
│ └── resource-1
│ └── manifest.toml
└── main
└── manifest.tomlLast updated
Was this helpful?