This message was deleted.
# typescript
s
This message was deleted.
p
I’m making CustomResources everywhere, nice way to encapsulate parts of my setup
💯 1
p
I just do this in the
index.ts
Copy code
require("./src/resources");
require("./src/app1");
require("./src/app2");
each of the imported files then e.g. loads its own config object and creates the resources
f
I started doing a mix of the above