Skip to content

Commit

Permalink
cleanup those files
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdaniels committed Sep 11, 2024
1 parent 8dc7441 commit 69fa0ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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.*"
rm "$WS_NAME/idx-template.json"
rm "$WS_NAME/idx-template.nix"
mv "$WS_NAME" "$out"
'';
}
3 changes: 2 additions & 1 deletion nextjs-start/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-start#jamesdaniels_fixServiceWorkers "$WS_NAME"
rm "$WS_NAME/idx-template.*"
rm "$WS_NAME/idx-template.json"
rm "$WS_NAME/idx-template.nix"
mv "$WS_NAME" "$out"
'';
}

0 comments on commit 69fa0ee

Please sign in to comment.