mirror of
https://github.com/dog-18/dog18.git
synced 2026-04-18 03:00:08 -04:00
* wip * refactor: use `next` instead of `vite` * fix(client): set auth in store before navigating to protected route * fix: render conditionally parts of Header * fix(client): add missing deps * fix(client): do not prerender Login component * fix: add missing `react-spinner` dep * refactor(client): do not use LED component * style: change Loader color * chore: add `lottie-react` * fix(client): add `socket.io-client` dep * chore: disable next lint during build * perf: optimize with `million`
9 lines
133 B
JavaScript
9 lines
133 B
JavaScript
/** @type {import('postcss-load-config').Config} */
|
|
const config = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
},
|
|
}
|
|
|
|
export default config
|