This commit is contained in:
Tommy Parnell
2022-04-07 10:07:52 -04:00
parent 6781fd5fdb
commit 5645408d75
3 changed files with 8 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
web: npm run start
release: npx prisma migrate deploy
release: npx prisma migrate deploy
web: npm run start

View File

@@ -8,6 +8,11 @@ This is a very simple remix stack built for heroku. This includes:
* Postgres Sql for a datastore
* Prism ORM for database queries
## How to use this?
run `npx create-remix@latest --template terribledev/remix-heroku`
## Developing
You can use `docker-compose up -d` to boot postgres locally, and the connection strings you need are in `.env`.

View File

@@ -14,7 +14,7 @@
"formation": {
"web": {
"quantity": 1,
"size": "hobby"
"size": "free"
}
},
"addons": [