Improve navigator UI and context actions
This commit is contained in:
+1
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user