2
0

restore backup and add opencode support

This commit is contained in:
2025-09-23 12:02:03 +02:00
parent b99d2ff835
commit c295660631
72 changed files with 7035 additions and 7198 deletions

View File

@@ -1,4 +1,4 @@
.PHONY: start build help
.PHONY: start build install help
start:
NIXPKGS_ALLOW_INSECURE=1 nix-shell --run "npm start"
@@ -6,7 +6,11 @@ start:
build:
NIXPKGS_ALLOW_INSECURE=1 nix-shell --run "npm run build"
install:
NIXPKGS_ALLOW_INSECURE=1 nix-shell --run "npm install"
help:
@echo "Available commands:"
@echo " start - Start the development server"
@echo " build - Build the project for production"
@echo " install - Install project dependencies"