Skip to content

Instantly share code, notes, and snippets.

@appcypher
Created December 22, 2021 16:13
Show Gist options
  • Save appcypher/d9a752e3157962ba350079a7f5af6f40 to your computer and use it in GitHub Desktop.
Save appcypher/d9a752e3157962ba350079a7f5af6f40 to your computer and use it in GitHub Desktop.
Sample Workspace File Tree
└── workspaces
    └── unreachable
        ├── api
        │   └── v1
        │       ├── body_json
        │       │   ├── api.yaml
        │       │   └── index.js
        │       ├── static
        │       │   ├── api.yaml
        │       │   └── index.js
        │       └── system
        │           ├── apps
        │           │   ├── api.yaml
        │           │   ├── [email protected]
        │           │   │   ├── api.yaml
        │           │   │   └── index.js
        │           │   ├── index.js
        │           │   └── static
        │           │       ├── api.yaml
        │           │       └── index.js
        │           ├── projects
        │           │   ├── api.yaml
        │           │   └── index.js
        │           └── spaces
        │               ├── api.yaml
        │               └── index.js
        ├── apps
        │   ├── [email protected]
        │   │   ├── app.yaml
        │   │   ├── controller.js
        │   │   └── dist
        │   │       ├── assets
        │   │       │   └── icons
        │   │       │       ├── app-filled.svg
        │   │       │       └── app-outline.svg
        │   │       └── index.html
        │   └── [email protected]
        │       ├── app.yaml
        │       ├── backend
        │       │   └── ping-pong
        │       │       ├── api.yaml
        │       │       └── index.js
        │       ├── controller.js
        │       └── dist
        │           ├── assets
        │           │   └── icons
        │           │       ├── app-filled.svg
        │           │       └── app-outline.svg
        │           └── index.html
        ├── auth.js
        ├── extensions
        │   └── [email protected]
        │       ├── controlller.js
        │       └── extension.yaml
        ├── mine
        │   ├── lorem.txt
        │   └── middleware.js
        └── scheduled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment