fix: typo

This commit is contained in:
Luka Dekanozishvili 2026-01-28 22:21:42 +01:00
parent 70e2b017ef
commit 2363255e3a

View file

@ -1,4 +1,4 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
@ -79,7 +79,7 @@
text = ''
export NODE_ENV=production
exec node ${site}/build/index.js
exec node ${hexname-frontend}/build/index.js
'';
};