Skip to content

Commit 8df39a9

Browse files
authored
Merge pull request #31 from fraidakis/fraidakis
Security Vulnerabilities, Violations, Code Duplication and Size in Lines of Code metric
2 parents b4fe975 + d2404a1 commit 8df39a9

82 files changed

Lines changed: 8251 additions & 25896 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.env.example

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,2 @@
1-
# Port number for the development server
2-
PORT=3000
3-
41
# Backend API URL
5-
REACT_APP_API_URL=http://localhost:3001
6-
7-
# Resolve bug of @mediapipe/tasks-vision library
8-
GENERATE_SOURCEMAP=false
2+
VITE_API_URL=http://localhost:3001

.github/workflows/frontend-cicd.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,7 @@ jobs:
6868
- name: Install Frontend Dependencies
6969
run: npm ci --loglevel=error --no-audit --no-fund
7070

71-
# Step 7: Run ESLint to ensure code quality
72-
- name: Run Lint
73-
run: npm run lint
74-
75-
# Step 8: Run Cypress End-to-End tests
71+
# Step 7: Run Cypress End-to-End tests
7672
- name: Run Cypress E2E
7773
uses: cypress-io/github-action@v6
7874
with:

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ cypress/results
2020

2121
# IDE
2222
.vscode
23+
24+
MyWorld*.json

cypress.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ module.exports = defineConfig({
134134
component: {
135135
devServer: {
136136
framework: 'react',
137-
bundler: 'webpack'
137+
bundler: 'vite'
138138
},
139139
specPattern: 'src/**/*.cy.{js,jsx,ts,tsx}'
140140
}

0 commit comments

Comments
 (0)