Skip to content

Commit

Permalink
server: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham-Lal committed Jul 13, 2024
1 parent 2484ee5 commit 9f83dc9
Show file tree
Hide file tree
Showing 4 changed files with 184 additions and 248 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Install dependencies and build
env:
VITE_SERVER_URL: ${{ secrets.VITE_SERVER_URL }}
VITE_SYNCFUSION_KEY: ${{ secrets.VITE_SYNCFUSION_KEY }}
run: |
cd client
npm install
Expand Down
2 changes: 1 addition & 1 deletion client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default function App() {
<Route path='/login' element={<Navigate to='/auth?type=login' />} />
<Route path='/signup' element={<Navigate to='/auth?type=signup' />} />
<Route path='/search' element={<SearchPage />} />
{/* <Route path='/create' element={<ProtectedRoute><CreateDebatePage /></ProtectedRoute>} /> */}
{/* <Route path='/create' element={<ProtectedRoute><CreateDebatePage isVisible={isScrollingUp} isFullscreen={!sidebar} /></ProtectedRoute>} /> */}
<Route path='/create' element={<CreateDebatePage isVisible={isScrollingUp} isFullscreen={!sidebar} />} />
<Route path='/hot-topics' element={<HotTopicsPage />} />
<Route path='/open-topics' element={<OpenTopicsPage />} />
Expand Down
Loading

0 comments on commit 9f83dc9

Please sign in to comment.