lustre-labs / dev-tools

Lustre's CLI and development tooling: zero-config dev server, bundling, and scaffolding.
45 stars 15 forks source link

tailwind-entry flag should be available on lustre/dev start command #38

Closed TorchedSammy closed 1 week ago

TorchedSammy commented 4 months ago

currently the --tailwind-entry flag can only be used with the build command and not the start command.

giacomocavalieri commented 1 week ago

I believe this could be closed, the start command has a --tailwind-entry option:

USAGE:
    gleam run -m lustre/dev start [ --detect-tailwind=<BOOL> --port=<INT>
        --proxy-from=<STRING> --proxy-to=<STRING> --tailwind-entry=<STRING> ]

FLAGS:
    --detect-tailwind=<BOOL>   Detect and build Tailwind styles automatically.
    ...
    --tailwind-entry=<STRING>  Use a custom CSS file as the entry to a Tailwind
                               CSS bundle.