File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
packages/react-router-devtools Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6161 name : Deploy Docs
6262 environment :
6363 name : docs-release
64+ url : ${{ steps.deploy.outputs.app_url }}
6465 runs-on : ubuntu-latest
6566 steps :
6667 - uses : actions/checkout@v4
9192 FLY_REGION : ${{ vars.FLY_REGION }}
9293 with :
9394 workspace_name : docs
94- app_name : ${{github.event.repository.name}}-${{ github.ref_name }}
95+ app_name : react-router-devtools-docs-release
9596 use_isolated_workspace : true
9697 env_vars : |
9798 APP_ENV=production
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://unpkg.com/knip@5/schema.json" ,
3+ "lefthook" : true ,
34 "workspaces" : {
45 "." : {
56 "entry" : [" scripts/*.ts" ]
Original file line number Diff line number Diff line change 5959 "require" : " ./dist/client.css"
6060 }
6161 },
62- "files" : [
63- " dist"
64- ],
62+ "files" : [" dist" ],
6563 "repository" : {
6664 "type" : " git" ,
6765 "url" : " git+https://github.com/forge-42/react-router-devtools.git"
You can’t perform that action at this time.
0 commit comments