Skip to content

Commit

Permalink
debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HuzzNZ committed Apr 1, 2024
1 parent 701cc5a commit a547567
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/backend-dev-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: cd backend
- run: ls
- run: npm start .
- name: Install Vercel CLI
run: npm install --global vercel@canary
Expand Down
1 change: 0 additions & 1 deletion backend/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ app.get("/", (req: Request, res: Response) => {
app.use(`/content/${newsURL}`, newsRouter)
app.use(`/content/${researchURL}`, researchRouter)


app.listen(port, () => {
console.log(`Server is running at http://localhost:${port}`)
})

0 comments on commit a547567

Please sign in to comment.