Skip to content

Commit 365f766

Browse files
fix axios build error for docker-compose build
1 parent b37b0e4 commit 365f766

File tree

5 files changed

+106
-16
lines changed

5 files changed

+106
-16
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ node_modules/
44
/playwright-report/
55
/blob-report/
66
/playwright/.cache/
7+
.DS_Store

frontend/package-lock.json

Lines changed: 102 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"@tailwindcss/postcss": "^4.0.9",
2424
"apexcharts": "^4.3.0",
2525
"autoprefixer": "^10.4.20",
26+
"axios": "^1.12.2",
2627
"flatpickr": "^4.6.13",
2728
"next": "15.2.3",
2829
"react": "^19.0.0",

frontend/postcss.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = {
1+
export default {
22
plugins: {
33
'@tailwindcss/postcss': {},
44
},

frontend/prettier.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module.exports = {
1+
export default {
22
plugins: ['prettier-plugin-tailwindcss'],
33
}

0 commit comments

Comments
 (0)