Packages

Provides `mix needle.new.*` tasks to bootstrap new Phoenix projects.

Current section

Files

Jump to
needle_new templates needle_web assets app.js
Raw

templates/needle_web/assets/app.js

import '@fontsource-variable/inter'
import '@fontsource-variable/jetbrains-mono'
import './lib/phoenix'
import './lib/tailwind'<%= if @live? do %>
import './lib/phoenix_live_view'<% end %>