Compare commits

1 Commits

Author SHA1 Message Date
a0004796ed Merge pull request 'feature/phase-1-socle' (#1) from feature/phase-1-socle into dev
Some checks failed
Deploy / deploy (push) Failing after 8s
Reviewed-on: #1
2026-03-21 16:25:39 +00:00
5 changed files with 4 additions and 7216 deletions

View File

@@ -1,5 +0,0 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.

View File

@@ -1,5 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
async rewrites() {
return [

File diff suppressed because it is too large Load Diff

View File

@@ -14,6 +14,7 @@
"react": "^18",
"react-dom": "^18",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-badge": "^1.0.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",