Skip to content

Commit

Permalink
IDX template
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdaniels committed Sep 11, 2024
1 parent 0b5eac4 commit 6f203ac
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
11 changes: 11 additions & 0 deletions nextjs-end/idx-template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "FriendlyEats NextJS (finished)",
"description": "Something something codelab",
"categories": ["Web", "Firebase", "Google Codelabs"],
"icon": "https://www.gstatic.com/monospace/231115/logo_react-native.svg",
"publisher": "Google LLC",
"host": {
"virtualization": true
},
"params": []
}
10 changes: 10 additions & 0 deletions nextjs-end/idx-template.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{ pkgs, packageManager ? "npm", ... }: {
packages = [
pkgs.nodejs_20
pkgs.j2cli
pkgs.nixfmt
];
bootstrap = ''
npx -y giget gh:firebase/friendlyeats-web/nextjs-end#jamesdaniels_fixServiceWorkers "$WS_NAME"
'';
}

0 comments on commit 6f203ac

Please sign in to comment.