mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-20 13:54:36 +01:00
fix(web): build fixes after rebase
This commit is contained in:
committed by
Blake Blackshear
parent
f00628f4e5
commit
d2e7c360b9
@@ -34,7 +34,7 @@ export default function App() {
|
||||
<Event path="/events/:eventId" />
|
||||
<Events path="/events" />
|
||||
<Debug path="/debug" />
|
||||
{import.meta.env.SNOWPACK_MODE !== 'development' ? <StyleGuide path="/styleguide" /> : null}
|
||||
{import.meta.env.NODE_ENV !== 'development' ? <StyleGuide path="/styleguide" /> : null}
|
||||
<Cameras default path="/" />
|
||||
</Router>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user