balena-supervisor/src/config
Felipe Lalanne d071cd1507 Use writeAndSync when writing to config.json
`/mnt/boot` is a vfat partition which does not support atomic file
rename. The best course of action is to write and sync as fast as
possible to prevent corruption (although it still may happen)

Change-type: patch
2022-02-01 18:56:18 -03:00
..
backends backends/extra-uEnv: Extend custom DTB support for Nano 2GB Devkit 2021-11-17 13:48:19 +01:00
configJson.ts Use writeAndSync when writing to config.json 2022-02-01 18:56:18 -03:00
functions.ts Rename meta-resin to meta-balena 2021-05-06 17:05:26 +00:00
index.ts Enable strict options by default and only disable specific ones 2021-03-22 13:29:53 +00:00
schema-type.ts Increase delta request timeout to 59s to better align with our backends 2022-01-18 10:02:13 +00:00
schema.ts config: Add developmentMode to schema 2021-08-05 09:30:35 +00:00
types.ts Refactor checkTruthy to return more predictable values 2021-02-18 12:36:42 -05:00
utils.ts Move lib/types.ts to src/types/basic.ts 2021-12-02 15:29:37 -03:00