Remove no longer needed index.web.dev.html

Summary: This is a duplicate, is not needed, causes confusion.

Reviewed By: aigoncharov

Differential Revision: D51307091

fbshipit-source-id: 4d55d727ea5f20100ecd15ad6e23aa0c01722524
This commit is contained in:
Lorenzo Blasa
2023-11-14 10:53:09 -08:00
committed by Facebook GitHub Bot
parent f1b35ca592
commit 6b54bd3173
5 changed files with 2 additions and 146 deletions

View File

@@ -190,7 +190,7 @@ async function start() {
const {app, server, socket, readyForIncomingConnections} = await startServer(
{
staticPath,
entry: `index.web${argv.bundler ? '.dev' : ''}.html`,
entry: `index.web.html`,
port: argv.port,
},
environmentInfo,