Skip to content

Commit

Permalink
Remove unused Heroku setup
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Jul 27, 2024
1 parent c91e334 commit 1fabd29
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 26 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ Since storybook-django relies on a Django backend, in this context the Storybook
2. Configure a Django server to serve the static export
3. Host the Django server
This repository’s `demo` site has an example of how to do this, serving the static files with Django’s `django.views.static.serve`, and hosting in Heroku.
This repository’s `demo` site has an example of how to do this, serving the static files with Django’s `django.views.static.serve`.
## Common questions
Expand Down
21 changes: 0 additions & 21 deletions app.json

This file was deleted.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Implement, document, and test UI components in isolation from your Django views",
"author": "Torchbox",
"license": "MIT",
"homepage": "http://storybook-django.herokuapp.com/",
"homepage": "https://github.com/torchbox/storybook-django",
"main": "src/storybook-django.js",
"module": "src/storybook-django.js",
"sideEffects": true,
Expand Down Expand Up @@ -89,7 +89,6 @@
"lint": "npm run lint:js && npm run lint:format",
"lint:js": "eslint --ext .js,.ts,.tsx --report-unused-disable-directives .",
"lint:format": "prettier --check '**/?(.)*.{md,css,scss,js,json,json5,ts,tsx,yaml,yml,vue}'",
"format": "prettier --write '**/?(.)*.{md,css,scss,js,json,json5,ts,tsx,yaml,yml,vue}'",
"heroku-postbuild": "npm run build -s"
"format": "prettier --write '**/?(.)*.{md,css,scss,js,json,json5,ts,tsx,yaml,yml,vue}'"
}
}
1 change: 0 additions & 1 deletion runtime.txt

This file was deleted.

0 comments on commit 1fabd29

Please sign in to comment.