Skip to content

Commit b311e2d

Browse files
committed
docs: add auth login script and fix local README setup
1 parent 43fa62c commit b311e2d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ git clone git@github.com:TanStack/form.git
8181
```sh
8282
cd tanstack.com
8383
pnpm i
84-
# The app will run on https://localhost:3000 by default
84+
# The app will run on http://localhost:3000 by default
8585
pnpm dev
8686
```
8787

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"type": "module",
88
"scripts": {
99
"dev": "pnpm run with-env vite dev",
10+
"auth:login": "tsx scripts/auth-login.ts",
1011
"with-env": "dotenv -e ../../.env",
1112
"dev:frontend": "pnpm run with-env vite dev",
1213
"build": "vite build && cp src/instrument.server.mjs dist/server",

0 commit comments

Comments
 (0)