i have another doubt here
i added css and js file there
in the index.html also i added the full path like this
but its not render the css and js script why?
<link rel="stylesheet" href="app/src/main/assets/styles.css">
<script defer="defer" src="app/src/main/assets/index.0be7dd0de89ab1726d12.js"</script>