Is it possible to have more than one entrypoint (i...
# sst
u
Is it possible to have more than one entrypoint (index.ts) ?
f
Hi there, I’m assuming u mean 1
index.ts
for the CDK code inside
/lib
right?
No, you can only have 1
index.ts
and you define the
App
in there.