6 Replies
Project ID:
fe09f6c4-5120-49c3-a43c-acd608e80d6a
You might find these helpful:
- Is this normal ?
- any help with verification I think i have a bug ?
- Error loading .env file
⚠️ experimental feature
fe09f6c4-5120-49c3-a43c-acd608e80d6a?id=9b64f42a-e609-45d0-a437-cac45b170705
ts-node installed
can you show me the table at the top of the build logs?
Looks like they are building Thier app at runtime
Ts-node-esm should be your build command
And nod<main file> should be the start command
You also need to put TS node esm In your package.json
Likely it's installed globally on your local machine
it helped me