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, {
|
||||
args: [url],
|
||||
env: {
|
||||
// https://github.com/project-gauntlet/gauntlet/issues/28
|
||||
LD_LIBRARY_PATH: "",
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue