fix: typo
This commit is contained in:
parent
70e2b017ef
commit
2363255e3a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue