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 748b8b8 commit 2d2fe5aCopy full SHA for 2d2fe5a
app/lighthouserc.js
@@ -1,9 +1,10 @@
1
+let env = process.env;
2
+
3
module.exports = {
- scripts: {
- "lchi:server": "python manage.py runserver localhost:3000"
4
- },
5
ci: {
6
collect: {
+ startServerCommand: `DATABASE_URL=${env.DATABASE_URL} DJANGO_SETTINGS_MODULE=${env.DJANGO_SETTINGS_MODULE} `
7
+ `python manage.py runserver localhost:3000`,
8
url: [
9
"http://localhost:3000",
10
"http://localhost:3000/search/",
0 commit comments