Skip to content

Commit

Permalink
Merge pull request #131 from free5gc/fix/vite-warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ianchen0119 authored Jan 22, 2025
2 parents 9024b03 + 545c74e commit 23448bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"build": "vite build",
"preview": "vite preview",
"format": "prettier --write 'src/**/*.{js,jsx,tsx,css,md,json}' --config ./.prettierrc",
"test": "vitest"
"test": "vitest",
"dev:trace": "VITE_CJS_TRACE=true vite dev"
},
"eslintConfig": {
"extends": [
Expand Down
File renamed without changes.

0 comments on commit 23448bd

Please sign in to comment.