We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 297d884 commit 9caa7b4Copy full SHA for 9caa7b4
packages/@tailwindcss-standalone/scripts/build.ts
@@ -11,7 +11,7 @@ const __dirname = fileURLToPath(new URL('.', import.meta.url))
11
// Unfortunately, setting this at runtime doesn't appear to work so we have to
12
// spawn a new process without the env var.
13
if (process.env.NESTED_BUILD !== '1' && process.env.USERPROFILE && process.env.USERPROFILE !== '') {
14
- let result = await Bun.$`bun ./build.ts`.env({
+ let result = await Bun.$`bun ${fileURLToPath(import.meta.url)}`.env({
15
USERPROFILE: '',
16
NESTED_BUILD: '1',
17
})
0 commit comments