thinknimble / tn-spa-bootstrapper

A production-ready Django SPA app on Heroku in 20 minutes or less!
https://tn-spa-bootstrapper-staging.herokuapp.com/
MIT License
8 stars 9 forks source link

upate the input fields, add vue alert #297

Closed paribaker closed 3 months ago

paribaker commented 5 months ago

What this does

Add a description of what feature/page this PR intends to add or change.

Checklist

How to test

Add user steps to achieve desired functionality for this feature.

oudeismetis commented 3 months ago

This fails to build and deploy with error no such file or directory, open '/tmp/build_e0bed106/client/src/composables/CommonAlerts'

oudeismetis commented 3 months ago

It tried to deploy a vue app since most of the changes were on that side of the app. Was that new file supposed to be on the react side?

paribaker commented 3 months ago

This fails to build and deploy with error no such file or directory, open '/tmp/build_e0bed106/client/src/composables/CommonAlerts' Nope it should be there, will checkit out!