你好我在尝试执行trunk serve时遇到这个错误
Invalid route: insertion failed due to conflict with previously registered route: /_trunk/ws.
my trunk.toml 文件有以下内容:
[build]
target = "index.html"
release = true
public_url = "/"
dist = "dist"
[[proxy]]
backend = "http://localhost:8000/"
[[hooks]]
stage = "build"
command = "sh"
command_arguments = ["-c", "./tailwindcss -i src/tailwind.css -o $TRUNK_STAGING_DIR/tailwind.css"]