mirror of
https://github.com/michivonah/nextjs.git
synced 2025-12-22 22:16:28 +01:00
create new Next.js project
This commit is contained in:
parent
7b4a6dac47
commit
661f52c16b
16 changed files with 1835 additions and 0 deletions
5
my-app/postcss.config.mjs
Normal file
5
my-app/postcss.config.mjs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
const config = {
|
||||
plugins: ["@tailwindcss/postcss"],
|
||||
};
|
||||
|
||||
export default config;
|
||||
Loading…
Add table
Add a link
Reference in a new issue