This commit is contained in:
Filip Krumpe 2022-01-17 17:14:31 +01:00
commit fa6c94153f
3 changed files with 8 additions and 9 deletions

View File

@ -11,7 +11,7 @@ Run npm install in the webapp component to instanciate the modules required by s
cd webapp
# to use Typescript run:
# Node scripts/setupTypeScrupt.js
npm install
npm ci
# to start a local development server for the svelte app only:
npm run dev
```

1
webapp/.gitignore vendored
View File

@ -6,4 +6,3 @@ build/
.env
.env.*
!.env.example
package-lock.json

View File

@ -1025,9 +1025,9 @@
}
},
"node_modules/electron-to-chromium": {
"version": "1.4.43",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.43.tgz",
"integrity": "sha512-PO3kEfcxPrti/4STbXvCkNIF4fgWvCKl2508e6UI7KomCDffpIfeBZLXsh5DK/XGsjUw3kwq6WEsi0MJTlGAdg==",
"version": "1.4.44",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.44.tgz",
"integrity": "sha512-tHGWiUUmY7GABK8+DNcr474cnZDTzD8x1736SlDosVH8+/vRJeqfaIBAEHFtMjddz/0T4rKKYsxEc8BwQRdBpw==",
"dev": true
},
"node_modules/emoji-regex": {
@ -4365,9 +4365,9 @@
}
},
"electron-to-chromium": {
"version": "1.4.43",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.43.tgz",
"integrity": "sha512-PO3kEfcxPrti/4STbXvCkNIF4fgWvCKl2508e6UI7KomCDffpIfeBZLXsh5DK/XGsjUw3kwq6WEsi0MJTlGAdg==",
"version": "1.4.44",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.44.tgz",
"integrity": "sha512-tHGWiUUmY7GABK8+DNcr474cnZDTzD8x1736SlDosVH8+/vRJeqfaIBAEHFtMjddz/0T4rKKYsxEc8BwQRdBpw==",
"dev": true
},
"emoji-regex": {