Is it possible use another directory instead of `l...
# help
j
Is it possible use another directory instead of
lib
to code my stack?
t
Yes! Checkout the
main
field in sst.json
j
My
sst.json
doesn't have this field. Do you have a link for the documentation? I didn't find documentation about this file.
t
Copy code
main: "infra/index.ts"
For example
j
Thanks!