We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d2923b commit 74271b9Copy full SHA for 74271b9
src/index.ts
@@ -184,12 +184,6 @@ function resolveLaravelPlugin(pluginConfig: Required<PluginConfig>): LaravelPlug
184
185
return () => server.middlewares.use((req, res, next) => {
186
if (req.url === '/index.html') {
187
- server.config.logger.warn(
188
- "\n" + colors.bgYellow(
189
- colors.black(`The Vite server should not be accessed directly. Your Laravel application's configured APP_URL is: ${appUrl}`)
190
- )
191
192
-
193
res.statusCode = 404
194
195
res.end(
0 commit comments