Compare commits

3 Commits

Author SHA1 Message Date
balvarez
6cb0e2ffea Merge tag '0.0.1' into develop
0.0.1
2026-01-01 13:21:03 +01:00
balvarez
f322c7ff7c Merge branch 'release/0.0.1'
All checks were successful
DitesLeEnChanson/backoffice/pipeline/tag This commit looks good
2026-01-01 13:20:47 +01:00
balvarez
ccb8073c38 version 2026-01-01 13:20:36 +01:00

View File

@@ -1,7 +1,7 @@
{ {
"name": "web-app", "name": "web-app",
"type": "module", "type": "module",
"version": "0.0.0", "version": "0.0.1",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite --host :: --port 3000", "dev": "vite --host :: --port 3000",
@@ -48,4 +48,4 @@
"eslint": "^8.57.1", "eslint": "^8.57.1",
"eslint-config-react-app": "^7.0.1" "eslint-config-react-app": "^7.0.1"
} }
} }