generated from boboko/starter
composer merge
This commit is contained in:
Generated
+9
-1
@@ -565,11 +565,19 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "boboko/core",
|
"name": "boboko/core",
|
||||||
|
<<<<<<< HEAD
|
||||||
"version": "0.5.3",
|
"version": "0.5.3",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://code.radical-elements.com/boboko/core.git",
|
"url": "https://code.radical-elements.com/boboko/core.git",
|
||||||
"reference": "09844ec2b5e26792722031b9dc2faa49205f6778"
|
"reference": "09844ec2b5e26792722031b9dc2faa49205f6778"
|
||||||
|
=======
|
||||||
|
"version": "0.5.4",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://code.radical-elements.com/boboko/core.git",
|
||||||
|
"reference": "ef9e9daab0aed2f65d5db40a838d9047ba02dd68"
|
||||||
|
>>>>>>> elv
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"laravel/framework": "^12.0",
|
"laravel/framework": "^12.0",
|
||||||
@@ -610,7 +618,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"description": "Core module — authentication and shared panel behaviour",
|
"description": "Core module — authentication and shared panel behaviour",
|
||||||
"time": "2026-08-26T11:29:29+00:00"
|
"time": "2026-08-26T15:34:26+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "brick/math",
|
"name": "brick/math",
|
||||||
|
|||||||
@@ -148,10 +148,10 @@ services:
|
|||||||
working_dir: /app
|
working_dir: /app
|
||||||
command: npm run dev
|
command: npm run dev
|
||||||
ports:
|
ports:
|
||||||
- "${VITE_PORT:-5173}:5173"
|
- "${VITE_PORT:-5174}:${VITE_PORT:-5174}"
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=development
|
- NODE_ENV=development
|
||||||
- VITE_PORT=${VITE_PORT:-5173}
|
- VITE_PORT=${VITE_PORT:-5174}
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- .:/app
|
||||||
- /app/node_modules
|
- /app/node_modules
|
||||||
|
|||||||
+1
-1
@@ -17,7 +17,7 @@ export default defineConfig({
|
|||||||
],
|
],
|
||||||
server: {
|
server: {
|
||||||
host: "0.0.0.0",
|
host: "0.0.0.0",
|
||||||
port: 5174,
|
port: process.env.VITE_PORT || 5174,
|
||||||
strictPort: true,
|
strictPort: true,
|
||||||
cors: true,
|
cors: true,
|
||||||
hmr: {
|
hmr: {
|
||||||
|
|||||||
Reference in New Issue
Block a user