diff options
author | Chocobozzz <me@florianbigard.com> | 2022-07-06 15:44:14 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-07-06 16:12:17 +0200 |
commit | 9452d4fd3321148fb80b64a67bd9983fee6c208e (patch) | |
tree | 62ad9be8d3f4bfcf63196274ad4b736372c05f2c /support/doc | |
parent | 630d0a1bf5897fff203cb07e426223f55dcc882d (diff) | |
download | PeerTube-9452d4fd3321148fb80b64a67bd9983fee6c208e.tar.gz PeerTube-9452d4fd3321148fb80b64a67bd9983fee6c208e.tar.zst PeerTube-9452d4fd3321148fb80b64a67bd9983fee6c208e.zip |
/!\ Use a dedicated config file for development
It means you have to replace NODE_ENV=test to NODE_ENV=dev if you use it
npm run dev:* commands are already updated
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/plugins/guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/plugins/guide.md b/support/doc/plugins/guide.md index e460f214e..e567e6c1b 100644 --- a/support/doc/plugins/guide.md +++ b/support/doc/plugins/guide.md | |||
@@ -1036,7 +1036,7 @@ $ npm run setup:cli | |||
1036 | * Run PeerTube (you can access to your instance on http://localhost:9000): | 1036 | * Run PeerTube (you can access to your instance on http://localhost:9000): |
1037 | 1037 | ||
1038 | ``` | 1038 | ``` |
1039 | $ NODE_ENV=test npm start | 1039 | $ NODE_ENV=dev npm start |
1040 | ``` | 1040 | ``` |
1041 | 1041 | ||
1042 | * Register the instance via the CLI: | 1042 | * Register the instance via the CLI: |