WIP: Add TailwindCSS Plugin #2
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ const open = async (url: string) => {
|
||||||
const process = new Deno.Command(cmd, {
|
const process = new Deno.Command(cmd, {
|
||||||
args: [url],
|
args: [url],
|
||||||
env: {
|
env: {
|
||||||
|
// https://github.com/project-gauntlet/gauntlet/issues/28
|
||||||
LD_LIBRARY_PATH: "",
|
LD_LIBRARY_PATH: "",
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue