This website requires JavaScript.
Explore
Help
Sign In
studio
/
people
Archived
Watch
2
Star
0
Fork
0
You've already forked people
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2026-03-24
. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
c6823ba698a8b7b619057c322fff5dcf5a91a1c3
people
/
src
/
frontend
/
apps
/
desk
/
next.config.js
6 lines
95 B
JavaScript
Raw
Normal View
History
Unescape
Escape
🚀(app-desk) generate app Desk with nextjs Generate the app with nextjs, includes: - typescript - eslint - prettier - css modules
2024-01-05 15:38:34 +01:00
/** @type {import('next').NextConfig} */
✨(app-desk) create a basic feature Teams As a prove of concept, to check the full process of our token, we create a basic feature Teams. This feature can create a team and list all teams. We use react-query to manage the cache and the request to the API.
2024-01-10 11:35:30 +01:00
const
nextConfig
=
{
}
;
🚀(app-desk) generate app Desk with nextjs Generate the app with nextjs, includes: - typescript - eslint - prettier - css modules
2024-01-05 15:38:34 +01:00
module
.
exports
=
nextConfig
;
Reference in New Issue
Copy Permalink