Skip to content

Commit a259203

Browse files
committed
build: improve lando config
1 parent d419d6c commit a259203

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.lando.dist.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#file: noinspection ComposeUnknownKeys
12
name: eclipse-app
23
recipe: laravel
34
config:
@@ -18,7 +19,7 @@ services:
1819
- npm run build
1920
ports:
2021
# Port forwarding for "npm run dev"
21-
- 3009:3009
22+
- "3009:3009"
2223
database:
2324
creds:
2425
database: eclipse

0 commit comments

Comments
 (0)