Skip to content

Commit

Permalink
25th Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen committed Sep 18, 2024
1 parent 8072912 commit 2ba6c7c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- [Getting Started](#getting-started)
- [Project Setup](#project-setup)
- [Key Features](#key-features)
- Configuration
- [Configuration](#configuration)
- [Directory Structure](#directory-structure)

## Getting Started
Expand Down Expand Up @@ -128,7 +128,17 @@ The structure follows the LIFT Guidelines.
│ └── server.yaml
├── packages
│ ├── client
│ │ ├── src
│ │ │ └── index.ts
│ │ ├── package.json
│ │ ├── Pulumi.yaml
│ │ └── tsconfig.json
│ └── server
│ ├── src
│ │ └── index.ts
│ ├── package.json
│ ├── Pulumi.yaml
│ └── tsconfig.json
├── .dockerignore
├── .editorconfig
├── .gitignore
Expand Down

0 comments on commit 2ba6c7c

Please sign in to comment.