This message was deleted.
s
This message was deleted.
v
👋 I’ve found that just importing the folder seems to work, ie if I had a directory called
s3
with an
index.ts
file in it, I can execute whatevers in that
index.ts
by calling
import './s3';
in my top-level
index.ts
w
right, so importing works fine - everything sets up perfectly, but I’m not seeing the outputs
v
you need to generate outputs by running
export const myOutput = someThing;
in the top-level index.ts
you got any examples you could send?
just so i can see what you’re trying to do
w
exporting in root level index solves it, thanks!
🙌 1
v
no problem 🙂 glad to have helped
🙌 1