mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
chore: updates
This commit is contained in:
parent
2ef028527f
commit
86b8632bc3
4 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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
2
package-lock.json
generated
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "laravel-trmnl-server",
|
"name": "laravel",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue