Skip to content

Commit

Permalink
Adds Vapor configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-vapor committed Mar 15, 2024
1 parent 047691c commit 214670e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions vapor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
id: 59031
name: laravel-vaporui-test
environments:
production:
memory: 1024
cli-memory: 512
runtime: 'php-8.2:al2'
build:
- 'COMPOSER_MIRROR_PATH_REPOS=1 composer install --no-dev'
- 'php artisan event:cache'
# - 'npm ci && npm run build && rm -rf node_modules'

0 comments on commit 214670e

Please sign in to comment.