IMAGE / web /postcss.config.mjs
cjovs
Deploy chatgpt2api with bucket mounted at /app/data
66a73ac
Raw
History Blame Contribute Delete
83 Bytes
const config = {
plugins: ['@tailwindcss/postcss'],
};
export default config;