mirror of
https://github.com/lbr77/SideImpactor.git
synced 2026-05-06 03:04:01 -04:00
- Keep TwoFactorModal open after code submit; display server-side errors inline instead of silently closing the modal - handlePair now returns PairedDeviceInfo so handleInstall uses the fresh UDID instead of stale closure state - Add explicit /wisp/ location in nginx.conf returning 502 to prevent SPA fallback from swallowing websocket upgrades - Add prefers-color-scheme dark mode via CSS custom property overrides; replace hardcoded rgba/hex with color-mix() for automatic adaptation
42 lines
439 B
Plaintext
42 lines
439 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnp/
|
|
.pnp.js
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
out/
|
|
*.tsbuildinfo
|
|
# webmuxd package compiled output
|
|
dependencies/webmuxd/lib/
|
|
|
|
# Caches
|
|
.cache/
|
|
.turbo/
|
|
.vite/
|
|
.parcel-cache/
|
|
|
|
# Editor / IDE
|
|
.idea/
|
|
.vscode/
|
|
!.vscode/extensions.json
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
|
|
# Logs + env
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Misc
|
|
coverage/
|
|
.wrangler/
|
|
repomix-output.xml
|