Skip to content

Commit

Permalink
Build elm files
Browse files Browse the repository at this point in the history
  • Loading branch information
james64 committed Dec 21, 2024
1 parent bcc02cd commit bd0424b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,13 @@
# Start Mailhog on local development to catch outgoing emails
# services.mailhog.enable = true;

languages.elm.enable = true;

# Custom processes that don't appear in https://devenv.sh/reference/options/
processes = {
# Uncomment if you use tailwindcss.
# tailwind.exec = "tailwindcss -c tailwind/tailwind.config.js -i ./tailwind/app.css -o static/app.css --watch=always";
frontend.exec = "npm run run-dev-elm";
};
};
};
Expand Down

0 comments on commit bd0424b

Please sign in to comment.