#48 - heroku deployment #70

Merged
Baakoma merged 34 commits from #48-heroku-deployment into main 2022-03-15 14:46:42 +01:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 3c5e256d5f - Show all commits

1
Procfile Normal file
View File

@@ -0,0 +1 @@
web: vendor/bin/heroku-php-apache2 public/

View File

@@ -9,7 +9,8 @@
"prod": "npm run production",
"production": "mix --production",
"lint": "./node_modules/.bin/eslint resources/js --ext .js,.vue",
"lintf": "./node_modules/.bin/eslint resources/js --ext .js,.vue --fix"
"lintf": "./node_modules/.bin/eslint resources/js --ext .js,.vue --fix",
"postinstall": "npm run dev"
},
"dependencies": {
"@headlessui/vue": "^1.5.0",