We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43fa62c commit b311e2dCopy full SHA for b311e2d
README.md
@@ -81,7 +81,7 @@ git clone git@github.com:TanStack/form.git
81
```sh
82
cd tanstack.com
83
pnpm i
84
-# The app will run on https://localhost:3000 by default
+# The app will run on http://localhost:3000 by default
85
pnpm dev
86
```
87
package.json
@@ -7,6 +7,7 @@
7
"type": "module",
8
"scripts": {
9
"dev": "pnpm run with-env vite dev",
10
+ "auth:login": "tsx scripts/auth-login.ts",
11
"with-env": "dotenv -e ../../.env",
12
"dev:frontend": "pnpm run with-env vite dev",
13
"build": "vite build && cp src/instrument.server.mjs dist/server",
0 commit comments