Each project supports a maximum of 50 backend functions.
Usage
Sync behavior
The command performs a full sync operation. For each function, the action taken is determined by its state locally and remotely:| Local state | Remote state | Result |
|---|---|---|
| Function exists | Function exists | Remote function is updated |
| Function exists | Function missing | New remote function is created |
| Function missing | Function exists | Remote function is removed. See the warning below |
See also
- Backend Functions: Learn about backend functions
- Project Structure: How project files are organized
logs: View function logs after deploying

