chore: updates

This commit is contained in:
Benjamin Nussbaum 2025-03-14 18:13:02 +01:00
parent 2ef028527f
commit 86b8632bc3
4 changed files with 3 additions and 3 deletions

View file

@ -6,11 +6,11 @@
"workspaceFolder": "/workspaces/laravel", "workspaceFolder": "/workspaces/laravel",
"dockerComposeFile": "docker-compose.yaml", "dockerComposeFile": "docker-compose.yaml",
"forwardPorts": [ "nginx:80" ], "forwardPorts": [ "nginx:80" ],
"postCreateCommand": "composer install && npm install && npm run build",
"customizations": { "customizations": {
"vscode": { "vscode": {
"extensions": [ "extensions": [
"bmewburn.vscode-intelephense-client", "bmewburn.vscode-intelephense-client",
"eamodio.gitlens",
"EditorConfig.EditorConfig", "EditorConfig.EditorConfig",
"mikestead.dotenv", "mikestead.dotenv",
"onecentlin.laravel-blade", "onecentlin.laravel-blade",

View file

@ -17,7 +17,7 @@ PHP_CLI_SERVER_WORKERS=4
BCRYPT_ROUNDS=12 BCRYPT_ROUNDS=12
LOG_CHANNEL=stack LOG_CHANNEL=stack
LOG_STACK=single,stderr LOG_STACK=single,stderr,stdout
LOG_DEPRECATIONS_CHANNEL=null LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug LOG_LEVEL=debug

2
package-lock.json generated
View file

@ -1,5 +1,5 @@
{ {
"name": "laravel-trmnl-server", "name": "laravel",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {