Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 353 Bytes

File metadata and controls

31 lines (23 loc) · 353 Bytes

Debug

# Build local
npm run build

# Preview local
npm run preview

# Acesse http://localhost:4173
# Se funcionar localmente, o problema é no deploy
npm run build
ls -la dist/
cat dist/index.html

Verificar Assets

ls -la dist/assets/

Testar Build

npm run preview
# Abra http://localhost:4173
``