When visit /canvas-ui the js and css file can not find
Discussed in https://github.com/austintoddj/canvas/discussions/1085
Originally posted by caojianfei June 30, 2022
It looks like this:

I have already run npm run dev:

When use laravel 8, there is no problem. I think mybe is is not support laravel 9(laravel 9.19) yet.
With the recent move to Vite for bundling assets, it does look like a breaking change for anyone not on Mix anymore. I'll take a closer look and see if there's a relatively easy path forward.
You can follow the steps on section migrating-from-vite-to-laravel-mix https://github.com/laravel/vite-plugin/blob/main/UPGRADE.md#migrating-from-vite-to-laravel-mix
@caojianfei Did the above suggestion help you get your issue resolved?