エラー解決: `Error: Asset 'application.css' was not declared to be precompiled`
エラー内容
ActionView::Template::Error (Asset 'application.css' was not declared to be precompiled in production. Declare links to your assets in 'app/assets/config/manifest.js'. //= link application.css and restart your server):
解決策
manifest.jsを設定していないければ、設定manifest.js設定済みであれば、rake tmp:clear
関連Notes
assets:precompile呼び出し時にvite:buildが自動で呼ばれる