diff --git a/nextjs-end/idx-template.nix b/nextjs-end/idx-template.nix index e7108af9..a3206515 100644 --- a/nextjs-end/idx-template.nix +++ b/nextjs-end/idx-template.nix @@ -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//${projectId}/' ${.idx/dev.nix} > "$WS_NAME/.idx/dev.nix" mv "$WS_NAME" "$out" '';