We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start the dev server and remove a related public asset from public directory, the server panic.
public
This seems to a general bug since this can also reproduced by remove a file such as env.d.ts and so on, I think our server should not exit directly.
env.d.ts
Not at all, it's odd that you can also remove a .gitignore file to reproduce this issue:
.gitignore
arch linux
The text was updated successfully, but these errors were encountered:
Duplicated with #2035 so close this issue
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce
Start the dev server and remove a related public asset frompublic
directory, the server panic.This seems to a general bug since this can also reproduced by remove a file such asenv.d.ts
and so on, I think our server should not exit directly.Not at all, it's odd that you can also remove a
.gitignore
file to reproduce this issue:System Info
The text was updated successfully, but these errors were encountered: