Skip to content

Commit

Permalink
local dev script changes due to the Astro refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
jfredrickson committed Mar 28, 2023
1 parent 31c65b1 commit 99130b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env_example
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ DB_URI="postgres://postgres:postgres@localhost:5432/postgres"
# Base URL: The app needs to know what base URL to append to links. The default
# is fine for local development. In production, this needs to be set to the
# live website's URL.
BASE_URL="http://localhost:5173"
BASE_URL="http://localhost:3000"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"build:frontend": "cd training-front-end && npm install && npm run build && cd ..",
"federalist": "npm run build:frontend",
"dev": "(trap 'kill 0' SIGINT; npm run dev:frontend & npm run dev:backend)",
"dev:frontend": "cd smartpay-training-quiz && npm run dev -- --clearScreen=false",
"dev:frontend": "cd training-front-end && npm run dev",
"dev:backend": "uvicorn training.main:app --reload",
"dev:db-start": "docker-compose up -d",
"dev:db-stop": "docker-compose stop",
Expand Down

0 comments on commit 99130b6

Please sign in to comment.