Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DumbWareio/DumbDo
/ server.js
File
server.js
server.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
require(
'dotenv'
).config();
2
const
express = require(
'express'
);
3
const
cors = require(
'cors'
);
4
const
fs = require(
'fs'
).promises;
Callers
nothing calls this directly
Calls
9
convertLogoToPng
Function · 0.85
generatePWAManifest
Function · 0.85
getCorsOptions
Function · 0.85
isLockedOut
Function · 0.85
recordAttempt
Function · 0.85
secureCompare
Function · 0.85
resetAttempts
Function · 0.85
isValidPin
Function · 0.85
initDataFile
Function · 0.85
Tested by
no test coverage detected