···88 about: Join our Discord server to chat with the community and get help
99 - name: GitHub Discussions
1010 url: https://github.com/orgs/usekaneo/discussions
1111- about: For general questions and discussions about Kaneo1111+ about: For general questions and discussions about Kaneo
1212+ - name: Support Kaneo
1313+ url: https://github.com/sponsors/andrejsshell
1414+ about: Help keep Kaneo maintained and evolving
+4
README.md
···44444545Learn more about Kaneo's features and capabilities in our [documentation](https://kaneo.app/docs).
46464747+## Sponsors
4848+4949+Kaneo is open source and free forever. If you find it useful, consider [sponsoring the project](https://github.com/sponsors/andrejsshell) to help support ongoing development.
5050+4751## Getting Started
48524953### Quick Start with Docker Compose
···11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
33-import "./.next/dev/types/routes.d.ts";
33+import "./.next/types/routes.d.ts";
4455// NOTE: This file should not be edited
66// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.