This message was deleted.
# general
s
This message was deleted.
i
Pulumi runs your program the way that your package.json says that it should be run. You have to import things into index.ts because that’s the normal JavaScript way of incorporating other modules into your main.
That’s pretty unfortunate, though…