gracile-web / gracile

A thin, full-stack, web framework — Powered by Vite and Lit SSR. Works with Node's HTTP or WHATWG Fetch.
https://gracile.js.org
ISC License
24 stars 1 forks source link

fix: gracile & gracile-watch not working on linux #1

Closed kyzrfranz closed 4 months ago

kyzrfranz commented 4 months ago

running the cli on linux system currenty fails as multiple args cannot be passed like this to env. Adding -S flag to fix.

JulianCataldo commented 4 months ago

Good catch! Thanks. I didn't knew about this env behaviour on Linux. Tested on an Ubuntu machine, and indeed I can reproduce with npm. pnpm works fine, though. It's because it's wrapping the bin with its own script.