Skip to content

Commit

Permalink
docs(seed-user.ts): updated documentation
Browse files Browse the repository at this point in the history
Updated documentation of the seed-user.ts file
  • Loading branch information
alejandrosaenz117 committed May 28, 2020
1 parent 5254d6e commit 1797f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/temp/seed-user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { passwordRequirement } from '../enums/message-enum';
/**
* WARNING: THIS SHOULD ONLY BE USED TO SEED THE INITIAL USER
* 1) Run the server in development mode: 'npm run start:dev'
* 2) Update the `userConfig` object with the user's email and password
* 2) Update the `userConfig` object with the user information
* 3) Save the file. This will automatically compile to JS.
* 4) Execute: 'node ./dist/temp/seed-user.js'
* Password Requirements:
Expand Down

0 comments on commit 1797f44

Please sign in to comment.