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 cd webapp
# to use Typescript run: # to use Typescript run:
# Node scripts/setupTypeScrupt.js # Node scripts/setupTypeScrupt.js
npm install npm ci
# to start a local development server for the svelte app only: # to start a local development server for the svelte app only:
npm run dev npm run dev
``` ```

3
webapp/.gitignore vendored
View File

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

View File

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