Skip to content

Commit

Permalink
fixed empty uid error (#1344)
Browse files Browse the repository at this point in the history
  • Loading branch information
theorm authored Oct 16, 2024
1 parent 27710ce commit f5780b0
Show file tree
Hide file tree
Showing 5 changed files with 399 additions and 275 deletions.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"script": "dev-staging",
"problemMatcher": ["$vite"],
"group": {
"isDefault": true
"isDefault": false
}
}
]
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"scripts": {
"dev": "vite",
"dev-staging": "vite --mode staging",
"dev-prod": "vite --mode prod",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
Expand Down
Loading

0 comments on commit f5780b0

Please sign in to comment.