You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Leave FastAPI (or Ninja or Falcon) backend to just serve the API, and remove Flask-assets, webassets and cssmin dependencies. Make sure that deployment works.
Start a new SvelteKit repo
Configure Vite
Add simple CORS configuration
Move existing front end into new repo
Make pages and templates work
Add Carbon icons
Add CRSF?
Remove Flask-assets, webassets and cssmin
The text was updated successfully, but these errors were encountered:
Split frontend into separate repository.
Leave FastAPI (or Ninja or Falcon) backend to just serve the API, and remove Flask-assets, webassets and cssmin dependencies. Make sure that deployment works.
The text was updated successfully, but these errors were encountered: