Skip to content

Conversation

@angga7togk
Copy link
Member

Edge Integration

Installation

npm i @gaman/edge edge.js

Basic Used

first intialize the @gaman/edge on index.ts

// index.ts
import { edge } from "@gaman/edge";

defineBootstrap(await (app) => {
     .....
     
     app.mount(
        edge();
     );
});

@angga7togk angga7togk merged commit b851e62 into master Oct 16, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants