Skip to content

Commit e46b414

Browse files
committed
Fix: also start :public_key app before NIF download
1 parent 2fd696e commit e46b414

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/tailwind_compiler/native.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ defmodule TailwindCompiler.Native do
108108
else
109109
Application.ensure_all_started(:inets)
110110
Application.ensure_all_started(:ssl)
111+
Application.ensure_all_started(:public_key)
111112

112113
http_opts = [ssl: ssl_opts()]
113114

0 commit comments

Comments
 (0)