mirror of
https://github.com/labring/laf.git
synced 2026-01-25 16:07:45 +00:00
* 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
7 lines
83 B
JavaScript
7 lines
83 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|