NEW

Summary

Directory Structure

Directory structure:
└── lambdaisland-launchpad/
    ├── README.md
    ├── bb.edn
    ├── CHANGELOG.md
    ├── deps.edn
    ├── LICENSE.txt
    ├── pom.xml
    ├── tests.edn
    ├── .dir-locals.el
    ├── .VERSION_PREFIX
    ├── dev/
    │   └── user.clj
    ├── resources/
    │   └── launchpad/
    │       └── deps.edn
    ├── src/
    │   ├── .gitkeep
    │   └── lambdaisland/
    │       ├── launchpad.clj
    │       └── launchpad/
    │           ├── deps.clj
    │           ├── env.clj
    │           ├── log.clj
    │           ├── middleware.clj
    │           ├── shadow.clj
    │           └── watcher.clj
    ├── template/
    │   ├── bb.edn
    │   ├── deps.edn
    │   ├── deps.local.edn
    │   ├── proj1/
    │   │   └── deps.edn
    │   └── proj2/
    │       └── deps.edn
    ├── test/
    │   └── .gitkeep
    └── .lsp/
        └── config.edn

Files Content