Skip to content

Commit

Permalink
fixup! chore(ci): set up Lighthouse auditing in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Restioson committed Oct 18, 2024
1 parent d59462d commit 7cdc03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lighthouserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ let env = process.env;
module.exports = {
ci: {
collect: {
startServerCommand: `DATABASE_URL=${env.DATABASE_URL} DJANGO_SETTINGS_MODULE=${env.DJANGO_SETTINGS_MODULE} `
startServerCommand: `DB_NAME=term_db DB_USER=sadilar DB_PASSWORD=sadilar`
+ "python manage.py runserver localhost:3000",
url: [
"http://localhost:3000",
Expand Down

0 comments on commit 7cdc03a

Please sign in to comment.