Describe the issue:
azd deploy fails for sample image-gallery with the error: src/main.tsx(4,8): error TS2882: Cannot find module or type declarations for side-effect import of './App.css'. ERROR: failed to build: process "/bin/sh -c npm run build" did not complete successfully: exit code: 2, as follow:

Repro Steps:
- Run
git clone https://github.com/dotnet/aspire-samples.git.
- Run
azd auth login.
- Run
cd samples/image-gallery.
- Run
azd init.
- Run
azd up.
Environment:
- Branch:
main
- Azd version: azd version 1.25.3-daily.6367899 (commit 5415d38ec116421c280491764d5ff559e6cd0f7f) (daily)
- Samples: image-gallery.
Expected behavior:
azd deploy can successfully run for sample image-gallery.
@RickWinter for notification.
Describe the issue:

azd deployfails for sampleimage-gallerywith the error:src/main.tsx(4,8): error TS2882: Cannot find module or type declarations for side-effect import of './App.css'. ERROR: failed to build: process "/bin/sh -c npm run build" did not complete successfully: exit code: 2, as follow:Repro Steps:
git clone https://github.com/dotnet/aspire-samples.git.azd auth login.cd samples/image-gallery.azd init.azd up.Environment:
mainExpected behavior:
azd deploycan successfully run for sampleimage-gallery.@RickWinter for notification.