fix: add host 0.0.0.0 for local dev accessibility
This commit is contained in:
@@ -241,8 +241,8 @@ bash skills/website-creator/scripts/new-project.sh my-website /path/to/projects/
|
||||
6. Initialize git
|
||||
|
||||
**เปิด browser:**
|
||||
- Frontend: http://localhost:4321
|
||||
- Tina Admin: http://localhost:4321/admin (dev mode)
|
||||
- Frontend: http://localhost:4321 หรือ http://0.0.0.0:4321
|
||||
- Tina Admin: http://localhost:4321/admin หรือ http://0.0.0.0:4321/admin (dev mode)
|
||||
|
||||
---
|
||||
|
||||
@@ -791,7 +791,7 @@ const { Content } = await post.render();
|
||||
npm run dev
|
||||
```
|
||||
|
||||
Tina จะ available ที่ `http://localhost:4321/admin`
|
||||
Tina จะ available ที่ `http://localhost:4321/admin` หรือ `http://0.0.0.0:4321/admin`
|
||||
|
||||
### Production Setup
|
||||
|
||||
|
||||
Reference in New Issue
Block a user