You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2025. It is now read-only.
Am using optimize and getting an error saying that ...zip file can not be found for service X. Looking at the serverless-state.json I see that artifacts path for services is pointing to .../dev/teampact-notifications/.build/.serverless/notifications.zip where .build/ folder doesn't exists anymore. This should be pointing to .serverless folder instead.
It's moving files from .build to .serverless folder, how do I make this json to be aware of this when generated?