Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Nov 11, 2024
1 parent a90f02f commit db22b71
Show file tree
Hide file tree
Showing 13 changed files with 494 additions and 191 deletions.
Empty file added .attach_pid1264587
Empty file.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,13 @@ jobs:
- name: Build with Next.js
run: npm run build

- name: ls
run: ls -l

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./out
path: /home/runner/work/api-gateway/api-gateway/src/frontend/out

deploy:
environment:
Expand Down
5 changes: 4 additions & 1 deletion src/frontend/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "next/core-web-vitals"
"extends": "next/core-web-vitals",
"rules": {
"@typescript-eslint/no-explicit-any": "off"
}
}
83 changes: 0 additions & 83 deletions src/frontend/app/MainPage.tsx

This file was deleted.

102 changes: 0 additions & 102 deletions src/frontend/app/components/AutoComplete.tsx

This file was deleted.

Loading

0 comments on commit db22b71

Please sign in to comment.