Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New configuration parsing from package.json #81

Merged
merged 5 commits into from
Apr 22, 2024
Merged

Conversation

ospfranco
Copy link
Contributor

Instead of reading environment variables the configuration now needs to be declared in the package.json:

"op-sqlite": {
  "sqlcipher": true,
  "crsqlite": true,
  "performanceMode": "1",
  "iosSqlite": false,
  "sqliteFlags": "-DSQLITE_DQS=0"
}

This lead to more reproducible builds

@ospfranco ospfranco merged commit 418fc05 into main Apr 22, 2024
5 checks passed
@ospfranco ospfranco deleted the bundling-extensions branch April 22, 2024 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant