feat: add the nextjs starter template to examples/ dir

This commit is contained in:
michaelessiet
2024-12-29 20:12:48 +01:00
parent f3c895560e
commit 1cbdb82bb5
24 changed files with 9062 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}