javascript-template/templates/nextjs
jasmine 2b228ebd52
Restructure templates to include Nix development environment
Moved template directories into templates/ subdirectory (templates/vanilla/
and templates/nextjs/) with complete Nix configuration in each. This ensures
initialized projects have the full development environment with Nix, Bun,
and all tooling out of the box.

Changes:
- Created templates/vanilla/ with flake.nix, nix/, .envrc, and all files
- Created templates/nextjs/ with flake.nix, nix/, .envrc, and all files
- Updated template paths in nix/modules/template.nix
2025-11-14 12:05:50 +08:00
..
app Refactor into multi-template monorepo with Next.js support 2025-11-14 11:16:04 +08:00
nix/modules Restructure templates to include Nix development environment 2025-11-14 12:05:50 +08:00
.envrc Restructure templates to include Nix development environment 2025-11-14 12:05:50 +08:00
.eslintrc.json Refactor into multi-template monorepo with Next.js support 2025-11-14 11:16:04 +08:00
.prettierignore Refactor into multi-template monorepo with Next.js support 2025-11-14 11:16:04 +08:00
flake.lock Restructure templates to include Nix development environment 2025-11-14 12:05:50 +08:00
flake.nix Restructure templates to include Nix development environment 2025-11-14 12:05:50 +08:00
Justfile Refactor into multi-template monorepo with Next.js support 2025-11-14 11:16:04 +08:00
next.config.js Refactor into multi-template monorepo with Next.js support 2025-11-14 11:16:04 +08:00
package.json Refactor into multi-template monorepo with Next.js support 2025-11-14 11:16:04 +08:00
tsconfig.json Refactor into multi-template monorepo with Next.js support 2025-11-14 11:16:04 +08:00