chore: remove stale src/app-paths.js leftover
Tracked output from 2022 (commit d93956ba4) that's missing the modern
GSD_HOME env support and webPreferencesPath export present in the .ts
source. No runtime path consumes it, but the test compile script's
copyAssets step overlays src/* onto esbuild output in dist-test, so the
stale .js was shadowing the compiled app-paths and breaking any unit
test transitively importing webPreferencesPath.
This commit is contained in:
parent
6302c952fe
commit
1c2096d8f4
1 changed files with 0 additions and 8 deletions
|
|
@ -1,8 +0,0 @@
|
|||
import { homedir } from 'os'
|
||||
import { join } from 'path'
|
||||
|
||||
export const appRoot = join(homedir(), '.gsd')
|
||||
export const agentDir = join(appRoot, 'agent')
|
||||
export const sessionsDir = join(appRoot, 'sessions')
|
||||
export const authFilePath = join(agentDir, 'auth.json')
|
||||
export const webPidFilePath = join(appRoot, 'web-server.pid')
|
||||
Loading…
Add table
Reference in a new issue