I created a stack without functions and I get this...
# help
d
I created a stack without functions and I get this error when running
npx sst start
:
ENOENT: no such file or directory, open 'project/.sst/functions.jsonl'
@thdxr any chance you can help me with this? I saw in GitHub you just introduce this file 2 days ago. https://github.com/serverless-stack/serverless-stack/blame/7517b385a4899dab5d46fdd08554ceef371c7b70/packages/core/src/state/function.ts#L6
t
hm maybe a bug, can you
touch project/.sst/functions.jsonl
I'll take a look at this
d
👍
t
were you able to resolve this?
That file is what gets written to all your app is synthesized to list out all of your Functions
Do you not have any sst.Functions in your app? I should make it fail gracefully in that case but want to make sure it's not some other bug
d
I have no functions yet.
I rollbacked on previous version for the moment.
j
@thdxr just checking on this one, did we open a new issue for this?
t
We fixed this one
j
Right on!