CI/CD & ajustements - Mise en place des workflows Gitea Actions #1

Merged
cedric merged 10 commits from dev into master 2026-05-16 08:17:48 +00:00
Showing only changes of commit 70daeb0006 - Show all commits
+2 -2
View File
@@ -15,9 +15,9 @@
}, },
"scripts": { "scripts": {
"lint": "xo", "lint": "xo",
"dev": "next dev -p 3001", "dev": "next dev",
"build": "next build", "build": "next build",
"start": "next start -p 3001" "start": "next start"
}, },
"dependencies": { "dependencies": {
"@emotion/cache": "^11.11.0", "@emotion/cache": "^11.11.0",