Skip to content

Commit

Permalink
webhook test
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinKolb committed Sep 4, 2023
1 parent 12dec30 commit 4faa6cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"lint": "eslint stroodle --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function App() {

<Link to="/about">About</Link>

<Text>Home</Text>
<Text>Home v2</Text>

</Route>

Expand Down

0 comments on commit 4faa6cf

Please sign in to comment.