mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-09 09:35:02 +09:00
Update README.md
This commit is contained in:
parent
d75a82f237
commit
177d6da61f
1 changed files with 8 additions and 1 deletions
|
@ -19,7 +19,14 @@ Follow instructions at [go-anytype-middleware](https://github.com/anytypeio/go-a
|
|||
## Run the local dev-server
|
||||
------------
|
||||
|
||||
### MacOS, Linux
|
||||
------------
|
||||
|
||||
SERVER_PORT=<PORT> ANYPROF=:<PROFILER_PORT> npm run start:dev
|
||||
|
||||
### Windows
|
||||
|
||||
SERVER_PORT=<PORT> ANYPROF=:<PROFILER_PORT> npm run start:dev-win
|
||||
|
||||
### NPM env vars
|
||||
------------
|
||||
|
@ -28,7 +35,7 @@ Follow instructions at [go-anytype-middleware](https://github.com/anytypeio/go-a
|
|||
|
||||
### GO env vars
|
||||
|
||||
- ANYPROF - profiler port, access [http://localhost:<PORT>/debug/pprof/profile?seconds=30](http://localhost:<PORT>/debug/pprof/profile?seconds=30) for profiling
|
||||
- ANYPROF - profiler port, access http://localhost:<PORT>/debug/pprof/profile?seconds=30 for profiling
|
||||
|
||||
## Build
|
||||
------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue