Compare commits

..

No commits in common. "ea2ec8eba1264c2da83d2da09afc03bbcadc339f" and "2dad5afcb70f7ddb20743a9d677f4e1d34f6707e" have entirely different histories.

4 changed files with 19590 additions and 10365 deletions

19588
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -26,6 +26,7 @@
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/lang-yaml": "^6.1.2",
"@codemirror/theme-one-dark": "^6.1.3",
"@rollup/rollup-win32-x64-msvc": "^4.48.0",
"@simplewebauthn/browser": "^13.1.2",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.9.1",

View File

@ -123,7 +123,7 @@ app.on('activate', () => {
if (BrowserWindow.getAllWindows().length === 0) createWindow()
})
const env = (process.env.NODE_ENV || 'development').trim()
const env = process.env.NODE_ENV.trim()
console.log(env)
if (env == 'development') {
console.log('Starting development auth web server...')

10364
yarn.lock

File diff suppressed because it is too large Load Diff