Very comfortable now in the world of server connect extensions but with app connect, i crashed and burned at the first hurdle.
I just cant get any new HJSON files recognised by Wappler
In a simple example, i take the HJSON file from George's tutorial, name it "components.js" and place it in the app_connect folder
I have tried placing the app_connect folder in root, the extensions folder and also inside public but no matter what i do, the component never shows.
I would expect
If you want it to be available under an existing component, you can either specify it in the HJSON rules of the other component as child, or register it by name on any other parent as:
then the extensions structure, package.json and components.hjson will be created for you automatically. Then you just have to fill them in and later you can also publish the extension to npm directy from there
Unlike server connect extensions where i can just place files in the appropriate folder and use in the development environment, you must firstly create the project from the project setup/ extensions section with App connect extensions then edit your code into the structure created by that action.
They are not just automatically found as they are in server connect