restore backup and add opencode support
This commit is contained in:
6
Makefile
6
Makefile
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user