Merge remote-tracking branch 'origin/main'

This commit is contained in:
KingRainbow44
2022-05-08 22:49:02 -04:00
4 changed files with 18 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
"fs": {
"scope": [
"$DATA",
"$DATA/cultivation",
"$DATA/cultivation/*"
],
"readDir": true,

View File

View File

@@ -0,0 +1,15 @@
import React from 'react'
interface IProps {
}
interface IState {
}
export default class Checkbox extends React.Component<IProps, IState> {
constructor(props: IProps) {
super(props)
}
}

View File

@@ -51,6 +51,8 @@ async function readConfigFile() {
path: local + 'cultivation\\configuration.json',
contents: '{}'
}
await fs.writeFile(file)
}
// Finally read the file