Project Structure
Directories
Directories are simply a means of organising your code into logical groupings.
Overview
Directories reference files of their given type. The following example directory references files of type "controller" that exists in the current project.
{
uuid: "directory-uuid",
type: "controller",
name: "Controllers",
data: [
"file-uuid-1",
"file-uuid-2"
]
}
You should know!
You cannot create new directories, they cannot be renamed, deleted or accessed in your application.