Home
Search
Notifications
Create
More
bkdevs
/
gitdot
/
frontend
/
postcss.config.mjs
Mobile support to come.
..
__mocks__
app
public
.gitignore
biome.json
components.json
jest.config.ts
next.config.ts
package.json
pnpm-lock.yaml
pnpm-workspace.yaml
postcss.config.mjs
proxy.ts
tsconfig.json
1
const
config
=
{
2
plugins
:
{
3
"
@tailwindcss/postcss
"
:
{},
4
},
5
};
6
7
export
default
config
;
8
pulling in front-end code
baepaul
•
7c00564
1mo ago