Skip to content

Commit

Permalink
Fix file endings
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-elliott-nhsd committed Feb 10, 2025
1 parent 9b36c62 commit b32e336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/create-env-file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ import { randomBytes } from 'node:crypto';

const secret = randomBytes(16).toString('hex');

writeFileSync('./frontend/env', `CSRF_SECRET=${secret}`);
writeFileSync('./frontend/env', `CSRF_SECRET=${secret}`);
2 changes: 1 addition & 1 deletion scripts/create_backend_sandbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ trap "rm -f $(pwd)/backend_tfscaffold.tf" EXIT;
terraform output -json > ${root_dir}/sandbox_tf_outputs.json

npm run create-amplify-outputs file
npm run create-env-file
npm run create-env-file

0 comments on commit b32e336

Please sign in to comment.