We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2fe5a commit 1e7a7d7Copy full SHA for 1e7a7d7
app/lighthouserc.js
@@ -4,7 +4,7 @@ module.exports = {
4
ci: {
5
collect: {
6
startServerCommand: `DATABASE_URL=${env.DATABASE_URL} DJANGO_SETTINGS_MODULE=${env.DJANGO_SETTINGS_MODULE} `
7
- `python manage.py runserver localhost:3000`,
+ + "python manage.py runserver localhost:3000",
8
url: [
9
"http://localhost:3000",
10
"http://localhost:3000/search/",
0 commit comments