Improve navigator UI and context actions

This commit is contained in:
Mikei386
2026-06-22 22:40:50 +02:00
parent 20205cddc0
commit f29ecb0be5
9 changed files with 176 additions and 15 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import { Sandbox, rootsFromEnv } from './sandbox.js';
const __dirname = path.dirname(fileURLToPath(import.meta.url));
const projectRoot = path.resolve(__dirname, '..');
const publicDir = path.join(projectRoot, 'public');
const publicDir = path.join(projectRoot, 'server', 'public');
const MIME = {
'.html': 'text/html; charset=utf-8',