e
Size: a a a
e
e
🦜
e
e
e
NB
.
├── public
│ ├── images
│ └── static
└── src
├── components
├── helpers
├── pages
├── reducers
└── schemas
Config files like next.config.js and tsconfig.json should be inside the root directory, moving them to src won't work. Same goes for the public directory
W
.
├── public
│ ├── images
│ └── static
└── src
├── components
├── helpers
├── pages
├── reducers
└── schemas
Config files like next.config.js and tsconfig.json should be inside the root directory, moving them to src won't work. Same goes for the public directory
W
NB
W
W
NB
9.3.5
W
9.3.5
W
NB
W
🦜
.
├── public
│ ├── images
│ └── static
└── src
├── components
├── helpers
├── pages
├── reducers
└── schemas
Config files like next.config.js and tsconfig.json should be inside the root directory, moving them to src won't work. Same goes for the public directory
🦜
NB