Skip to content

Commit

Permalink
Merge pull request #519 from FabienArcellier/518-npm-run-customdev-ru…
Browse files Browse the repository at this point in the history
…n-dev-server-started-instead-of-customdev
  • Loading branch information
ramedina86 authored Aug 17, 2024
2 parents 95df81a + 6c819a9 commit aba8a6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dev": "npm run -w writer-ui dev",
"storybook": "npm run -w writer-ui storybook",
"storybook.build": "npm run -w writer-ui storybook.build",
"custom.dev": "npm run -w writer-ui dev",
"custom.dev": "npm run -w writer-ui custom.dev",

"cli:test": "pytest tests -o log_cli=true ",
"cli:lint": "mypy ./src/writer --exclude app_templates/* && ruff check",
Expand Down
1 change: 1 addition & 0 deletions src/ui/vite.config.custom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export default defineConfig({
},
},
server: {
port: 5174,
proxy: {
"/api": {
target: "http://127.0.0.1:5000",
Expand Down

0 comments on commit aba8a6f

Please sign in to comment.