ci: add base code and tools

This commit is contained in:
Riccardo
2024-06-20 23:47:43 +02:00
parent 2ce49a0e6f
commit d166c6781c
22 changed files with 11644 additions and 123 deletions

4
next.config.mjs Normal file
View File

@@ -0,0 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
export default nextConfig;