Fix observer-web build: use npm tailwind/esbuild instead of GitHub download.
CI / test (push) Successful in 18m45s
CI / test (push) Successful in 18m45s
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# Docker build: tailwind/esbuild из npm (без download с GitHub releases).
|
||||
import Config
|
||||
|
||||
config :esbuild,
|
||||
version_check: false,
|
||||
path: Path.expand("../assets/node_modules/esbuild/bin/esbuild", __DIR__)
|
||||
|
||||
config :tailwind,
|
||||
version_check: false,
|
||||
path: Path.expand("../assets/node_modules/.bin/tailwindcss", __DIR__)
|
||||
Reference in New Issue
Block a user