Skip to content

Commit

Permalink
Merge pull request #23 from gmerritt/main
Browse files Browse the repository at this point in the history
Trying directory fix at build-vue level
  • Loading branch information
gmerritt authored Feb 21, 2024
2 parents d700854 + b84b149 commit e9d0b18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
INACTIVE_SESSION_LIFETIME = 120

# These "INDEX_HTML" defaults are good in hartsfield-[dev|qa|prod]. See development.py for local configs.
INDEX_HTML = '/var/app/current/dist/index.html'
INDEX_HTML = 'dist/static/index.html'

# Logging
LOGGING_FORMAT = '[%(asctime)s] - %(levelname)s: %(message)s [in %(pathname)s:%(lineno)d]'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": false,
"scripts": {
"build-vue": "vite build",
"build-vue": "vite build --outDir='dist/static'",
"lint-vue": "eslint . --ignore-path .gitignore",
"lint-vue-fix": "eslint . --fix --ignore-path .gitignore",
"preview": "vite preview",
Expand Down

0 comments on commit e9d0b18

Please sign in to comment.