sqldelight isn’t generate the database with Compose Multiplatform with JS compiler
I have a proyect with compose multiplatform using sqldelight to manage the data base, Ios and Android are working fine but the JS web, execute fine but the database isn’t init with the configured tables, and return the error WebWorkerException: {"message":"no such table: Configs","name":"Error"}
.