UNPKG

create-prpc-app

Version:

Create brand new pRPC app within seconds

9 lines (8 loc) 156 B
/** @type {import('tailwindcss').Config} */ module.exports = { content: ["./src/**/*.{js,ts,jsx,tsx}"], theme: { extend: {}, }, plugins: [], };