Skip to content

Commit

Permalink
Merge pull request #31 from novaframework/fix-template-files
Browse files Browse the repository at this point in the history
Fixed some bugs with templating a new app
  • Loading branch information
Taure authored Feb 19, 2024
2 parents 548c4a9 + de5ca84 commit 2987818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions priv/templates/nova.template
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
{file, "nova/favicon.ico", "{{name}}/priv/assets/favicon.ico"}.
{file, "nova/controller.dtl", "{{name}}/src/views/{{name}}_main.dtl"}.
{file, "nova/.tool-versions", "{{name}}/.tool-versions"}.
{file, "nova/.gitignore", "{{name}}/.gitignore"}.
2 changes: 1 addition & 1 deletion priv/templates/nova/.tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
erlang 26.2.2
rebar3 3.22.1
rebar 3.22.1

0 comments on commit 2987818

Please sign in to comment.