move frontend to a cmd too for consistency

This commit is contained in:
2024-12-22 21:40:21 +01:00
parent ebd82475fd
commit 3bfc20cb21
34 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};