mirror of
https://git.qoto.org/fedipage/fedipage.git
synced 2024-11-15 19:47:57 +01:00
Updated command to generate keys
This commit is contained in:
parent
d2c9d71efc
commit
f953b22a1b
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ important you dont loose these as they identify your site. So save them.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install ts-node typescript '@types/node'
|
npm install ts-node typescript '@types/node'
|
||||||
./node_modules/.bin/ts-node --esm generateKeys.mts
|
node --loader ts-node/esm generateKeys.mts
|
||||||
```
|
```
|
||||||
|
|
||||||
We will use these keys to set the values in the next step.
|
We will use these keys to set the values in the next step.
|
||||||
|
|
Loading…
Reference in a new issue