mirror of
https://github.com/tale/headplane.git
synced 2026-08-13 07:06:51 +00:00
feat: switch to server in dev & prod
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export function log(topic, level, message) {
|
||||
const date = new Date().toISOString()
|
||||
console.log(`${date} (${level}) [${topic}] ${message}`)
|
||||
}
|
||||
Reference in New Issue
Block a user