diff options
| author | mo8it <mo8it@proton.me> | 2025-05-23 13:17:04 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2025-05-23 13:17:14 +0200 |
| commit | f80c2edc3d7e5320ae74e356f6a1d132d7a2796e (patch) | |
| tree | 3b614bebfe7590e62dd66f6cb8fe0142fc8e0066 | |
| parent | 04520ae7ad99eb9f6fd75438d4f829b4e6e546a2 (diff) | |
Remove fnm
| -rw-r--r-- | website/justfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/justfile b/website/justfile index 6d41913..7efc3ef 100644 --- a/website/justfile +++ b/website/justfile @@ -2,4 +2,4 @@ zola: zola serve --open tailwind: - fnm exec --using latest npx @tailwindcss/cli -w -i input.css -o static/main.css + npx @tailwindcss/cli -w -i input.css -o static/main.css |
