cleanup(desktop): remove 'use strict' in ts & mjs

it's implied by ts and mjs files already
This commit is contained in:
ethernet 2026-07-09 12:12:01 -04:00
parent 6800ec9d66
commit 2762555038
7 changed files with 0 additions and 13 deletions

View file

@ -1,5 +1,3 @@
'use strict'
import assert from 'node:assert/strict'
import test from 'node:test'

View file

@ -1,5 +1,3 @@
'use strict'
// Backend subcommand routing for the desktop-managed Hermes process.
//
// The desktop app launches its own headless backend via `hermes serve` — it

View file

@ -1,5 +1,3 @@
'use strict'
import assert from 'node:assert/strict'
import test from 'node:test'

View file

@ -1,5 +1,3 @@
'use strict'
// Profile-delete routing logic for the `hermes:api` IPC handler.
//
// When the renderer issues DELETE /api/profiles/<name>, the handler must

View file

@ -1,5 +1,3 @@
"use strict"
// Build-time guard: refuse to hand a half-built renderer to electron-builder.
//
// `npm run pack` / `npm run dist*` are `npm run build && npm run builder`.

View file

@ -1,4 +1,3 @@
'use strict'
/**
* before-pack.mjs electron-builder beforePack hook.
*

View file

@ -1,5 +1,3 @@
"use strict"
/**
* Writes apps/desktop/build/install-stamp.json with the git ref the desktop
* .exe should pin to at first-launch bootstrap time. This file ships inside