UNPKG

create-venta-app

Version:

Create a Venta app through the commandline.

9 lines (7 loc) 135 B
/** @type {import('postcss-load-config').Config} */ const config = { plugins: { tailwindcss: {}, }, }; export default config;