fix(web): remove cards from event page

This commit is contained in:
Paul Armstrong
2021-02-04 16:24:04 -08:00
committed by Blake Blackshear
parent e50cc59f0d
commit c89e1a5735
2 changed files with 46 additions and 53 deletions

View File

@@ -2,7 +2,7 @@
"name": "frigate",
"private": true,
"scripts": {
"start": "cross-env SNOWPACK_PUBLIC_API_HOST=http://localhost:5000 snowpack dev",
"start": "cross-env SNOWPACK_PUBLIC_API_HOST=http://10.0.1.210:5000 snowpack dev",
"prebuild": "rimraf build",
"build": "cross-env NODE_ENV=production snowpack build"
},