Skip to content

Commit

Permalink
BSD fixes #312: Moved commands and undid index change.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsqd committed Oct 22, 2024
1 parent 42830fa commit 0d29f22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .platform/applications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,17 +233,17 @@ storybook:

# Allow storybook's landing .html file to be picked up when going to /.
index:
- 'sb/index.html'
- 'index.html'

# Disable server side scripts.
scripts: false

# Allow access to all static files.
allow: true

commands:
# Run a no-op process that uses no CPU resources since this is a static site
start: sleep infinity
commands:
# Run a no-op process that uses no CPU resources since this is a static site
start: sleep infinity

hooks:
build: |
Expand Down

0 comments on commit 0d29f22

Please sign in to comment.