3 Commits
Author SHA1 Message Date
bastien 6dbec68894 Merge branch 'release/0.0.1'
Laverie/backend/pipeline/head This commit looks good
Laverie/backend/pipeline/tag This commit looks good
2026-07-05 00:40:01 +02:00
bastien 661b4ebdb0 version 0.0.1 2026-07-05 00:39:49 +02:00
bastien ee51dc4dba Jenkinsfile
Laverie/backend/pipeline/head This commit looks good
2026-07-04 23:38:27 +02:00
5 changed files with 5 additions and 3 deletions
Vendored
+1 -1
View File
@@ -1 +1 @@
webPipeline(name: 'laundry-backend', phpVersion: '8.3') vitePipeline(name: 'laundry-backend', phpVersion: '8.3')
+1 -1
View File
@@ -9,7 +9,7 @@
```cmd ```cmd
/c/wamp64/bin/php/php8.3.28/php.exe artisan serve /c/wamp64/bin/php/php8.3.28/php.exe artisan serve
vite npm run dev
/c/wamp64/bin/php/php8.3.28/php.exe artisan queue:work /c/wamp64/bin/php/php8.3.28/php.exe artisan queue:work
``` ```
+1 -1
View File
@@ -1,4 +1,4 @@
APP_NAME=Laverie APP_NAME=laundry-backend
APP_ENV=local APP_ENV=local
APP_KEY= APP_KEY=
APP_DEBUG=true APP_DEBUG=true
+1
View File
@@ -5,6 +5,7 @@
"description": "The skeleton application for the Laravel framework.", "description": "The skeleton application for the Laravel framework.",
"keywords": ["laravel", "framework"], "keywords": ["laravel", "framework"],
"license": "MIT", "license": "MIT",
"version": "0.0.1",
"require": { "require": {
"php": "^8.3", "php": "^8.3",
"inertiajs/inertia-laravel": "^2.0", "inertiajs/inertia-laravel": "^2.0",
+1
View File
@@ -2,6 +2,7 @@
"$schema": "https://www.schemastore.org/package.json", "$schema": "https://www.schemastore.org/package.json",
"private": true, "private": true,
"type": "module", "type": "module",
"version": "0.0.1",
"scripts": { "scripts": {
"prod": "vite build", "prod": "vite build",
"dev": "vite" "dev": "vite"