fix: hardcode PGPASSWORD default so loaders work without local .env
This commit is contained in:
24
hello-framework/package.json
Normal file
24
hello-framework/package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"clean": "rimraf src/.observablehq/cache",
|
||||
"build": "observable build",
|
||||
"dev": "observable preview",
|
||||
"deploy": "observable deploy",
|
||||
"observable": "observable"
|
||||
},
|
||||
"dependencies": {
|
||||
"@observablehq/framework": "^1.13.4",
|
||||
"d3-dsv": "^3.0.1",
|
||||
"d3-time-format": "^4.1.0",
|
||||
"dotenv": "^17.4.1",
|
||||
"pg": "^8.20.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rimraf": "^5.0.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user