release: WRNexusJS 0.2.51
This commit is contained in:
@@ -666,8 +666,8 @@ runs at dev-serve time and at `wrnexus build`, and returns the final CSS:
|
||||
const config: AppConfig = {
|
||||
styles: {
|
||||
entry: "app/styles/global.css",
|
||||
process: async ({ entryPath }) =>
|
||||
await Bun.$`bunx @tailwindcss/cli -i ${entryPath} --minify`.text(),
|
||||
process: async ({ entryPath, appRoot }) =>
|
||||
await Bun.$.cwd(appRoot)`bunx @tailwindcss/cli -i ${entryPath} --minify`.text(),
|
||||
},
|
||||
};
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user