Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions watcher-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@vercel/analytics": "^1.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
3 changes: 3 additions & 0 deletions watcher-site/postcss.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default {
plugins: {},
}
2 changes: 2 additions & 0 deletions watcher-site/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { useState } from 'react'
import { Analytics } from '@vercel/analytics/react'

const INSTALL_COMMAND = 'curl -fsSL https://watcher.umbrellamode.com/install.sh | bash'

Expand Down Expand Up @@ -65,6 +66,7 @@ function App() {
GitHub
</a>
</footer>
<Analytics />
</div>
)
}
Expand Down