Compare commits
2 Commits
a6672f08fa
...
c10396c2b4
| Author | SHA1 | Date | |
|---|---|---|---|
| c10396c2b4 | |||
| e1ff581f0a |
@@ -134,7 +134,7 @@
|
|||||||
<button id="employeeInfoTab" class="border-indigo-500 text-indigo-600 whitespace-nowrap py-2 px-1 border-b-2 font-medium text-sm active-tab">
|
<button id="employeeInfoTab" class="border-indigo-500 text-indigo-600 whitespace-nowrap py-2 px-1 border-b-2 font-medium text-sm active-tab">
|
||||||
Employee Info
|
Employee Info
|
||||||
</button>
|
</button>
|
||||||
<button id="employeeReportsTab" class="border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300 whitespace-nowrap py-2 px-1 border-b-2 font-medium text-sm" id="employeeId" style="display: none;">
|
<button id="employeeReportsTab" class="border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300 whitespace-nowrap py-2 px-1 border-b-2 font-medium text-sm" style="display: none;">
|
||||||
Reports
|
Reports
|
||||||
</button>
|
</button>
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
+1
-1
@@ -19,7 +19,7 @@ app.use('/*', serveStatic({ root: './public' }));
|
|||||||
// Fallback to index.html for SPA routing
|
// Fallback to index.html for SPA routing
|
||||||
app.get('*', serveStatic({ path: './public/index.html' }));
|
app.get('*', serveStatic({ path: './public/index.html' }));
|
||||||
|
|
||||||
const port = parseInt(process.env.PORT || '3000');
|
const port = parseInt(process.env.PORT || '3050');
|
||||||
|
|
||||||
console.log(`🚀 Server running on http://localhost:${port}`);
|
console.log(`🚀 Server running on http://localhost:${port}`);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user