Skip to content

Commit

Permalink
feat: add build:docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
alarv committed Oct 1, 2024
1 parent 2077ffa commit a0203e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ NEXT_PUBLIC_AUTH_KEYCLOAK_ID=${AUTH_KEYCLOAK_ID}
AUTH_URL=http://localhost.jaqpot.org:3001
AUTH_SECRET=n43NFbC4xzE4LKcigNl6N353ouZcT5tHDh29ahw7/dg=

NEXT_PUBLIC_SITE_URL=https://localhost.jaqpot.org:3001
NEXT_PUBLIC_SITE_URL=http://localhost.jaqpot.org:3001
NEXT_PUBLIC_APP_URL=http://localhost.jaqpot.org:3000
NEXT_PUBLIC_API_URL=http://localhost.jaqpot.org:8080

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"build:docusaurus": "cd docusaurus && npm run build",
"format:write": "prettier --write \"**/*.{css,js,json,jsx,ts,tsx}\"",
"format": "prettier \"**/*.{css,js,json,jsx,ts,tsx}\"",
"start": "next start",
Expand Down

0 comments on commit a0203e1

Please sign in to comment.