Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdaniels committed Sep 11, 2024
1 parent 7ccf1e7 commit 3a5d21b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nextjs-end/idx-template.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
];
bootstrap = ''
npx -y giget gh:firebase/friendlyeats-web/nextjs-end#jamesdaniels_fixServiceWorkers "$WS_NAME"
rm "$WS_NAME/idx-template".{nix|json}
rm "$WS_NAME/idx-template.json"
rm "$WS_NAME/idx-template.nix"
sed -e 's/<project-id>/${projectId}/' ${.idx/dev.nix} > "$WS_NAME/.idx/dev.nix"
mv "$WS_NAME" "$out"
'';
Expand Down

0 comments on commit 3a5d21b

Please sign in to comment.