Skip to content

Commit 7d09cb8

Browse files
authored
Add note about now deployments to README
1 parent 5d072ea commit 7d09cb8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ $ now micro-analytics/micro-analytics-cli
2929
> Deployment complete! https://micro-analytics-asfdasdf.now.sh
3030
```
3131

32+
> **Note**: Since `now` deploys are stateless we have to store data in memory, which means after every new deploy or when the server sleeps your data will be lost. You'll need to use some remote database hosting service with one of the [database adapters](#database-adapters) to persist data!
33+
3234
## Usage
3335

3436
### Tracking views

0 commit comments

Comments
 (0)