Skip to content

Commit

Permalink
Fix build for frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuflatland-lf committed Aug 7, 2024
1 parent 8313ebb commit 9ea822f
Show file tree
Hide file tree
Showing 13 changed files with 363 additions and 120 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "vite",
"start": "vite --host",
"build": "tsc -b && vite build",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
Expand Down
Loading

0 comments on commit 9ea822f

Please sign in to comment.