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.
2 parents 8d2923b + 74271b9 commit 53f8f4eCopy full SHA for 53f8f4e
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