Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
slhmy committed Sep 29, 2023
1 parent 77acb2e commit f94ec5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"start": "vite",
"start-mock": "vite --mode mock",
"build": "vite build",
"build-and-zip": "vite build && zip -f -r dist.zip dist",
"build-and-zip": "vite build && zip -u -r dist.zip dist",
"init-mock": "npx msw init public --no-save",
"prettier": "npx prettier --write \"src/**/*.{ts,tsx}\"",
"prettier:check": "npx prettier --check \"src/**/*.{ts,tsx}\"",
Expand Down
1 change: 0 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import react from "@vitejs/plugin-react";
const path = require("path");

export default defineConfig({
base: "./",
server: {
proxy: {
"/v1": {
Expand Down

0 comments on commit f94ec5c

Please sign in to comment.