Hey guys! What is the best way to structure the p...
# general
e
Hey guys! What is the best way to structure the project? I’m kind of unsure how do I setup few Pulumi projects within the same folder hierarchy. Is it something like the following:
Copy code
root/
├─ frontend/
│  ├─ infra/
│  │  ├─ index.ts
│  ├─ src/
|  | |- foo.handler.ts 
├─ backend/
│  ├─ infra/
│  │  ├─ index.ts
│  ├─ src/
├─ shared-infra/
│  ├─ index.ts