Skip to content

Commit

Permalink
fix pnpm run -r build faliing by removing build script from https-p…
Browse files Browse the repository at this point in the history
…roxy package.json
  • Loading branch information
hahn-kev committed Jun 14, 2024
1 parent 7246d65 commit 386af71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions frontend/https-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"packageManager": "[email protected]",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
"dev": "vite"
},
"devDependencies": {
"typescript": "^5.2.2",
Expand Down
4 changes: 0 additions & 4 deletions frontend/https-proxy/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ const lexboxServer: ProxyOptions = {
};

export default defineConfig({
build: {
target: 'esnext',
sourcemap: true
},
plugins: [
basicSsl(),
],
Expand Down

0 comments on commit 386af71

Please sign in to comment.