Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Dec 5, 2022
1 parent 89b3fbf commit d4e7d74
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions examples/react/with-astro-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "tsr watch & astro dev",
"start": "tsr build & astro dev",
"build": "tsr build & astro build",
"dev": "run-p dev:* -c",
"dev:astro": "astro dev",
"dev:tsr": "tsr watch",
"start": "npm run dev",
"build": "tsr build && astro build",
"preview": "astro preview",
"astro": "astro"
},
Expand All @@ -17,6 +19,7 @@
"@tanstack/router-cli": "0.0.1-beta.29",
"astro": "^1.6.12",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"npm-run-all": "^4.1.5"
}
}

0 comments on commit d4e7d74

Please sign in to comment.