some more styling to the frontend
This commit is contained in:
@@ -53,6 +53,15 @@ Then point nginx at it — see `nginx.example.conf` for a working server block
|
||||
(adjust the domain and cert paths). After linking it into
|
||||
`/etc/nginx/sites-enabled/`, reload nginx to pick it up.
|
||||
|
||||
## Redeploying
|
||||
|
||||
```
|
||||
rm -rf node_modules .next
|
||||
npm install
|
||||
npm run build
|
||||
pm2 restart unloze-playtime-display
|
||||
```
|
||||
|
||||
## Notes
|
||||
|
||||
- `session_end_dt` is refreshed roughly every 60s by the plugin as a
|
||||
|
||||
Reference in New Issue
Block a user