Skip to content

Commit

Permalink
Merge pull request #2562 from mykhalenych/bugfix/deploy
Browse files Browse the repository at this point in the history
Bugfix/deploy
  • Loading branch information
mgrinko authored Sep 13, 2024
2 parents 9a2302a + 2934383 commit 7b51afd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react_article",
"homepage": "react_article",
"name": "react_person",
"homepage": "react_person",
"version": "0.1.0",
"keywords": [],
"author": "Mate Academy",
Expand All @@ -14,7 +14,7 @@
},
"devDependencies": {
"@cypress/react18": "^2.0.1",
"@mate-academy/scripts": "^1.8.5",
"@mate-academy/scripts": "^1.9.12",
"@mate-academy/stylelint-config": "*",
"@vitejs/plugin-react": "^4.3.1",
"cypress": "^13.13.0",
Expand Down
6 changes: 3 additions & 3 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';

// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})
});

0 comments on commit 7b51afd

Please sign in to comment.