This website requires JavaScript.
Explore
Help
Sign In
StanGirard
/
quivr
Watch
1
Star
1
Fork
0
You've already forked quivr
mirror of
https://github.com/StanGirard/quivr.git
synced
2024-12-18 08:02:03 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
642c48efdc
quivr
/
frontend
/
next.config.js
5 lines
94 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat(api): new api init
2023-05-18 02:22:13 +03:00
/** @type {import('next').NextConfig} */
Chore: add husky, no-unused-vars & no-explicit-any eslint rules (#168) * chore: add husky * chore(eslint): add no-unused-vars rule * chore(eslint): add no-explicit-any rule * chore: add PR template
2023-05-26 14:56:29 +03:00
const
nextConfig
=
{
}
;
feat(api): new api init
2023-05-18 02:22:13 +03:00
Chore: add husky, no-unused-vars & no-explicit-any eslint rules (#168) * chore: add husky * chore(eslint): add no-unused-vars rule * chore(eslint): add no-explicit-any rule * chore: add PR template
2023-05-26 14:56:29 +03:00
module
.
exports
=
nextConfig
;
Reference in New Issue
Copy Permalink