laf/web/postcss.config.cjs
leezq 6098018242
refactor(web): remove next, turn to vite (#533)
* feat: function deploy

* feat: add file upload

* update: edit bucket modal

* refactor: react query best practice

* fix: add nextjs env viriable & fix next build errors

* fix:  build error, change pnpm to npm

* refactor: remove next, change to vite

* refactor: add i18n support
2022-12-13 16:34:39 +08:00

7 lines
83 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};