Updated command to generate keys

This commit is contained in:
Jeffrey Phillips Freeman 2024-03-06 17:09:38 -05:00
parent d2c9d71efc
commit f953b22a1b
No known key found for this signature in database
GPG key ID: AD914585C9406B6A

View file

@ -100,7 +100,7 @@ important you dont loose these as they identify your site. So save them.
```bash
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.