Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
354 commits
Select commit Hold shift + click to select a range
379c6f7
chore: improved full name definition
jeroenrinzema Mar 6, 2026
0c305e9
chore: set name even if last_name is undefined
jeroenrinzema Mar 6, 2026
1ea04e7
feat: updated user schemas
jeroenrinzema Mar 6, 2026
fea1afb
feat: removed status from campaign and include ability to publish cam…
jeroenrinzema Mar 6, 2026
7ab9a19
chore: updated interface{} to any, updated linting issues
jeroenrinzema Mar 6, 2026
f981862
chore: update generated files
jeroenrinzema Mar 6, 2026
1f74e4d
Merge remote-tracking branch 'origin/main' into feat/-Include-the-abi…
jeroenrinzema Mar 6, 2026
8742382
feat: include list previews
jeroenrinzema Mar 6, 2026
45800e9
feat: made improvements to journeys editor, support inline editor, pr…
jeroenrinzema Mar 6, 2026
67479b5
refactor: PascalCase to kebab-case components
jeroenrinzema Mar 6, 2026
24e40bd
fix: updated missing components and linting errors
jeroenrinzema Mar 6, 2026
6b07912
chore: updated pnpm lock
jeroenrinzema Mar 6, 2026
909c843
feat: improved journey design and handling
jeroenrinzema Mar 7, 2026
44f7f3b
Merge pull request #169 from lunogram/feat/-Include-the-ability-to-ru…
jeroenrinzema Mar 7, 2026
6ff9734
fix: updated unit tests
jeroenrinzema Mar 7, 2026
3c8e6e3
chore: set event as default trigger
jeroenrinzema Mar 7, 2026
a9292e5
fix: pass data in object, and convert boolean in rule
jeroenrinzema Mar 7, 2026
57c813e
feat: include default NATS backoff
jeroenrinzema Mar 7, 2026
8fc05f3
fix: updated max delivery for data sensitive consumers
jeroenrinzema Mar 7, 2026
393a68f
fix: http nil body handling
jeroenrinzema Mar 7, 2026
f16e3e9
fet: include favicon
jeroenrinzema Mar 7, 2026
c9f9880
fix: fetch unique journey entrances
jeroenrinzema Mar 7, 2026
0b2f51b
feat: include the ability to define one or more functions for a given…
jeroenrinzema Mar 7, 2026
dc4084b
chore: updated action card description
jeroenrinzema Mar 7, 2026
c98f317
feat: initial responsive implementation
jeroenrinzema Mar 7, 2026
d8a9cad
feat: include openfga RBAC policy engine
jeroenrinzema Mar 8, 2026
912fac7
feat: updated API key dialog and permissions
jeroenrinzema Mar 8, 2026
1128d97
feat: updated client resource examples
jeroenrinzema Mar 8, 2026
d535b68
fix: provision api key in unit tests
jeroenrinzema Mar 9, 2026
ccc6663
fix: update user in build step
jeroenrinzema Mar 9, 2026
b023be6
chore: updated favicon
jeroenrinzema Mar 9, 2026
8b1fc86
feat: move integrations to sidebar
jeroenrinzema Mar 9, 2026
b378784
chore: adjusted locale examples and removed unused enpoint
jeroenrinzema Mar 9, 2026
5f421c7
feat: include the event schemas management page
jeroenrinzema Mar 9, 2026
b01049e
chore: updated logo position
jeroenrinzema Mar 9, 2026
75219bb
feat: improved client endpoints and include support for variables in …
jeroenrinzema Mar 9, 2026
e5d87fb
fix: pass class names to template input
jeroenrinzema Mar 9, 2026
3399e64
chore: updated logo
jeroenrinzema Mar 9, 2026
97c10dc
feat: include the ability to define campaign variables
jeroenrinzema Mar 10, 2026
63ed41a
fix: drop unused columns
jeroenrinzema Mar 10, 2026
702abdf
feat: improved journey modals and list pagination
jeroenrinzema Mar 10, 2026
81aa41c
feat: improved actions and providers views. Include template webhook
jeroenrinzema Mar 10, 2026
e89910f
fix: include fallback icon and color
jeroenrinzema Mar 10, 2026
ae689f4
feat: include initial react-email editor
jeroenrinzema Mar 11, 2026
7fb616d
chore: updated generated files
jeroenrinzema Mar 11, 2026
9c4f315
chore: updated copy path
jeroenrinzema Mar 11, 2026
398e710
fix: avoid rendering jsx template
jeroenrinzema Mar 11, 2026
b58a028
feat: improved template handling and include test button for email te…
jeroenrinzema Mar 11, 2026
ddb3579
fix: ensure system variables are set in preview env
jeroenrinzema Mar 11, 2026
45489f0
feat: add CORS middleware to client API and update dependencies
IamKirbki Mar 12, 2026
6d384d4
fix: refactor client route mounting to improve CORS handling
IamKirbki Mar 12, 2026
91d75d2
fix: remove double comment for client route mounting
IamKirbki Mar 12, 2026
c50e2b9
fix: handle error when writing email templates response
IamKirbki Mar 12, 2026
d2c5b0e
Merge branch 'main' into fix/client-cors
IamKirbki Mar 12, 2026
e9ecc9b
fix: update WASM binaries for action and provider
IamKirbki Mar 12, 2026
a862964
Merge branch 'fix/client-cors' of github.com:lunogram/platform into f…
IamKirbki Mar 12, 2026
81447b4
chore: updated generated files
jeroenrinzema Mar 13, 2026
5b77385
feat: include the ability to lock a provider
jeroenrinzema Mar 13, 2026
5eed06b
chore: updated RBAC formatting
jeroenrinzema Mar 15, 2026
b3cd82f
chore: updated RBAC formatting
jeroenrinzema Mar 15, 2026
5aac771
feat: implement sticky note resizing
IamKirbki Mar 16, 2026
199fc32
fix: update saveSteps and publishJourney to use nodeActions
IamKirbki Mar 16, 2026
3d431c0
Merge branch 'main' of github.com:lunogram/platform into fix/journey-…
IamKirbki Mar 16, 2026
fc015ce
refactor: remove unused CSS for left and right sticky resize lines
IamKirbki Mar 16, 2026
dab58cf
feat: improved support for organizations in the query builder
jeroenrinzema Mar 16, 2026
c863d23
Chore: updated react to 19 (I saw no bugs)
IamKirbki Mar 16, 2026
9f51489
feat: render source if provided
jeroenrinzema Mar 16, 2026
a3b8b29
Merge pull request #196 from lunogram/fix/client-cors
jeroenrinzema Mar 16, 2026
85ca0e3
Merge pull request #205 from lunogram/feat/upgrade-to-react-19
jeroenrinzema Mar 16, 2026
16c5df7
refactor: replace custom text parsing with ReactMarkdown for improved…
IamKirbki Mar 17, 2026
aecf231
feat: include dev favoicon
jeroenrinzema Mar 17, 2026
f2f12fc
Merge branch 'fix/journey-editor-sticky-note-markup-run-button' of gi…
IamKirbki Mar 17, 2026
6555100
feat: add dynamic height adjustment for info step content in JourneyS…
IamKirbki Mar 17, 2026
8049da1
feat(campaigns): add transactional/subscriptions campaigns support
RickieeeDev Mar 17, 2026
cf02f74
feat: enhance sticky note editing with dynamic height adjustment for …
IamKirbki Mar 17, 2026
bccc454
updated license to reflect enterprise changes
jeroenrinzema Mar 13, 2026
9a9aff4
feat: include enterprise flag and react builder
jeroenrinzema Mar 13, 2026
32c9884
feat: include enterprise packages and configs
jeroenrinzema Mar 17, 2026
d4e3050
fix: cleaned up package.json
jeroenrinzema Mar 17, 2026
c12f677
feat: improved enterprise package handling
jeroenrinzema Mar 17, 2026
d9e2dd3
chore: updated generated files
jeroenrinzema Mar 17, 2026
42af73e
feat: improved linking config enterprise packages
jeroenrinzema Mar 17, 2026
b18f3ac
feat: use base url
jeroenrinzema Mar 17, 2026
6f08dea
fix: updated worker format
jeroenrinzema Mar 17, 2026
e8ecdc2
chore: updated locales
jeroenrinzema Mar 17, 2026
886c138
feat: include dedupe modules
jeroenrinzema Mar 17, 2026
d466f9b
feat: improved error handling consumers
jeroenrinzema Mar 18, 2026
294a2ba
fix: copilot fixes
RickieeeDev Mar 18, 2026
ddbc99d
feat: implement service worker registration and notification handling…
IamKirbki Mar 18, 2026
b766aeb
Fix: added the integrations_count key to the Project object because t…
IamKirbki Mar 18, 2026
415d7d0
feat: wrap links using linkwrap configuration
jeroenrinzema Mar 18, 2026
eef90b8
fix: copilot suggestion
RickieeeDev Mar 18, 2026
d770715
feat: include webhook endpoint and init and destroy wasm functions
jeroenrinzema Mar 18, 2026
f011e08
fix: removed domain configuration from provider setup
jeroenrinzema Mar 18, 2026
dafdbd9
feat: improved resend provider implementation
jeroenrinzema Mar 18, 2026
7c5cebb
feat: improved template handling and saving of template before sendin…
jeroenrinzema Mar 18, 2026
4ff044b
fix: updated sms implementation to use correct channel
jeroenrinzema Mar 18, 2026
c42e17f
feat: updated twilio provider
jeroenrinzema Mar 18, 2026
e1f0a46
fix: clear code field after rendering
jeroenrinzema Mar 18, 2026
0bf2277
feat: allow providers to have multiple channels
jeroenrinzema Mar 18, 2026
6836ca0
fix: check if plugin is not nil
jeroenrinzema Mar 18, 2026
fa5dbc1
fix: addressed linting comments
jeroenrinzema Mar 18, 2026
19d90fd
feat: enhance device management by adding device credentials and upda…
IamKirbki Mar 19, 2026
d6c2295
fix: possible fix for generate and test error
RickieeeDev Mar 19, 2026
9b15808
fix: generate fix
RickieeeDev Mar 19, 2026
3d2c72d
fix: indentation issue
RickieeeDev Mar 19, 2026
5888799
fix: generate fix
RickieeeDev Mar 19, 2026
c7d7a60
fix: lint and tests error fix
RickieeeDev Mar 19, 2026
4471dd3
fix: test fix
RickieeeDev Mar 19, 2026
638e473
chore: include cla workflow
jeroenrinzema Mar 19, 2026
7284a93
chore: generate token from oauth secret
jeroenrinzema Mar 19, 2026
5ab78cf
chore: updated app id
jeroenrinzema Mar 19, 2026
067a556
chore: updated permissions
jeroenrinzema Mar 19, 2026
b287f76
chore: updated allowlist
jeroenrinzema Mar 19, 2026
2d78fe8
chore: include copilot
jeroenrinzema Mar 19, 2026
f55b588
chore: include copilot
jeroenrinzema Mar 19, 2026
a2077b0
Merge branch 'main' into feat/issue-191
RickieeeDev Mar 19, 2026
ffb46f2
fix: all checks failed
RickieeeDev Mar 19, 2026
8ee0237
fix: again all failed
RickieeeDev Mar 19, 2026
40aa857
fix: updated allowlist
jeroenrinzema Mar 19, 2026
694fccd
fix: updated allowlist
jeroenrinzema Mar 19, 2026
52a6da0
feat: add VAPID key management for push notifications with database i…
IamKirbki Mar 20, 2026
58365e1
chore: include more logs in twilio module
jeroenrinzema Mar 22, 2026
734e288
feat: include ability to schedule intervals and events
jeroenrinzema Mar 22, 2026
39f932a
fix: adjusted max open and idle connections
jeroenrinzema Mar 22, 2026
74cde73
feat: add endpoint to retrieve VAPID public key for push notifications
IamKirbki Mar 22, 2026
6e9ecda
feat: include ability to pause and resume schedules, include addition…
jeroenrinzema Mar 22, 2026
1c176ac
feat: include events creation modal
jeroenrinzema Mar 22, 2026
fac77e9
chore: increased test timeout
jeroenrinzema Mar 22, 2026
0d67dad
feat: include ability to follow or cancel a user journey
jeroenrinzema Mar 22, 2026
866f51d
feat: add user subscription status check and corresponding tests
RickieeeDev Mar 23, 2026
12cc8ff
fix: generate failing
RickieeeDev Mar 23, 2026
4532e01
fix: copilot suggestions added
RickieeeDev Mar 23, 2026
f30bae2
fix: changed transactional flag to campaigns migration
RickieeeDev Mar 23, 2026
7db07fc
fix: possible checks fix
RickieeeDev Mar 23, 2026
c54c913
fix: tests fix
RickieeeDev Mar 23, 2026
cc78a15
fix: ValidateInterval always returned false
jeroenrinzema Mar 23, 2026
498c128
chore: updated generated files
jeroenrinzema Mar 23, 2026
e938672
fix: pass direction
jeroenrinzema Mar 23, 2026
6db8ab9
fix: updated NATS stream
jeroenrinzema Mar 23, 2026
6f3e090
fix: set start_at if not provider
jeroenrinzema Mar 23, 2026
fc8a946
feat(webpush): add Web Push provider implementation
IamKirbki Mar 23, 2026
e3b2dec
feat: make clerk public key configurable during runtime
jeroenrinzema Mar 24, 2026
7de4c86
fix: updated check to include soft deleted journeys
jeroenrinzema Mar 24, 2026
cd1200b
feat(rbac): add device resource with appropriate permissions
IamKirbki Mar 24, 2026
6f59dfb
Merge branch 'main' of github.com:lunogram/platform into feat/push-no…
IamKirbki Mar 24, 2026
45015cf
feat: add DeviceRegistration interface for push notifications
IamKirbki Mar 24, 2026
e338a44
refactor(webpush): reorganize code structure and improve type definit…
IamKirbki Mar 24, 2026
a673132
feat(webpush): auto-inject VAPID keys for webpush providers and clean…
IamKirbki Mar 24, 2026
cff617d
feat: moved external_id and anonymous_id to a user object in preparat…
jeroenrinzema Mar 26, 2026
ca0e606
refactor: moved identifier fields to the identifier object
jeroenrinzema Mar 26, 2026
13ca975
feat: include user preferences link and included organization event s…
jeroenrinzema Mar 26, 2026
5030eab
feat: include scheduled event step type
jeroenrinzema Mar 27, 2026
34f8c46
Merge pull request #213 from lunogram/feat/client-api
jeroenrinzema Mar 27, 2026
49fb6dd
feat: include scheduled event step type
jeroenrinzema Mar 27, 2026
3afe8a1
feat: include ability in gate step to evaluate local data
jeroenrinzema Mar 28, 2026
4d28ba6
fix: pass scheduled at or start at to schedule
jeroenrinzema Mar 28, 2026
66ecfb2
feat: improved time rendering to support multiple formats
jeroenrinzema Mar 28, 2026
135108e
feat: initial set-up fumadocs
jeroenrinzema Feb 14, 2026
2813408
feat: include parcelvoy acknowledgement
jeroenrinzema Feb 28, 2026
69f90aa
feat: improved campaigns and journey docs
jeroenrinzema Mar 9, 2026
37904f5
fix: updated favicon
jeroenrinzema Mar 9, 2026
67dfc61
chore: update journey-related images for improved documentation
RickieeeDev Mar 16, 2026
6fb783b
fix: include foreign key for schedules on delete cascade
jeroenrinzema Mar 28, 2026
3835c27
feat: improved documentation updated style and wording, included more…
jeroenrinzema Mar 27, 2026
62d11ff
feat: improved documentation updated to latest sdk and included impro…
jeroenrinzema Mar 28, 2026
c2c9dee
chore: updated generated files
jeroenrinzema Mar 28, 2026
bb857ad
Merge pull request #163 from lunogram/feat/docs
jeroenrinzema Mar 28, 2026
13f3e89
chore: addressed linting warnings
jeroenrinzema Mar 28, 2026
18e0bbb
fix: refactor campaign-related types and improve variable naming for …
RickieeeDev Mar 30, 2026
847f131
feat: add broadcast support and remove rules package dependency
jeroenrinzema Mar 29, 2026
81b1d05
feat: rate limit integrations based on provided configuration and or …
jeroenrinzema Mar 30, 2026
847fbc0
chore: go mod tidy modules
jeroenrinzema Mar 30, 2026
da57e79
fix: restore deleted migration and renumber to fix deployment
jeroenrinzema Mar 30, 2026
cf68b96
feat: recompute lists that have a time dependency
jeroenrinzema Mar 30, 2026
6377206
fix: updated bootstrap names
jeroenrinzema Mar 30, 2026
f97f217
fix: recompute -> recompile typo
jeroenrinzema Mar 30, 2026
5f61ad3
feat: introduce recompute lock, avoiding duplicate recomputes
jeroenrinzema Mar 30, 2026
52e7d31
fix: await till producers are ready
jeroenrinzema Mar 30, 2026
ac261c8
feat(devices): enhance device registration to support FCM token and o…
IamKirbki Mar 30, 2026
4627630
fix: include broadcast_id in campaign_sends primary key
jeroenrinzema Mar 30, 2026
6eeb306
feat: include broadcast documentation
jeroenrinzema Mar 30, 2026
ff66eca
feat: add match-based event targeting for users and organizations
jeroenrinzema Mar 30, 2026
7b99668
fix: assign err to outer err
jeroenrinzema Mar 30, 2026
fed18ad
chore: call out uniqueness schedule name
jeroenrinzema Mar 30, 2026
742ff20
feat: avoid schema computation using schema cache
jeroenrinzema Mar 31, 2026
663284c
feat: improved performance match organizations and users
jeroenrinzema Mar 31, 2026
58cd216
feat: include goreleaser
jeroenrinzema Mar 31, 2026
1ea3bdd
fix: allow dirty git due to assets
jeroenrinzema Mar 31, 2026
dd2d95c
fix: skip validation instead of dirty release
jeroenrinzema Mar 31, 2026
7826818
fix: updated wasm modules path
jeroenrinzema Mar 31, 2026
27f1a23
chore: updated to docker_v2 and updated properties
jeroenrinzema Mar 31, 2026
c3f70b0
fix(cluster): prevent deadlock during node shutdown
jeroenrinzema Mar 31, 2026
724c8ea
Merge branch 'main' of github.com:lunogram/platform into fix/journey-…
IamKirbki Apr 1, 2026
33f42ad
Fix: removed the packages from the root directory
IamKirbki Apr 1, 2026
acd3f9a
feat(webpush): enhance APNs support and add file upload options for F…
IamKirbki Apr 2, 2026
1a8e8ac
fix: update channel and state mappings in OAPI methods for Subscripti…
RickieeeDev Apr 7, 2026
15a7ef7
feat(push-notifications): implement unified push configuration for FC…
IamKirbki Apr 8, 2026
0442dc0
Merge branch 'main' of github.com:lunogram/platform into feat/push-no…
IamKirbki Apr 8, 2026
d274548
Refactor device registration API and related components
IamKirbki Apr 8, 2026
b720773
Refactor(Webpush): split the notifications into multiple providers
IamKirbki Apr 8, 2026
b10f2a1
Hotifx: trying to fix the request
IamKirbki Apr 9, 2026
6a0818a
feat: move push provider management to project level
jeroenrinzema Apr 9, 2026
685abd7
feat(devices): enhance device registration with user and project ID f…
IamKirbki Apr 9, 2026
09e0f5b
fix: removed testing web push service worker
jeroenrinzema Apr 9, 2026
4b8ffc1
refactor(push-notifications): move device and VAPID endpoints to client
jeroenrinzema Apr 9, 2026
b98ea08
Merge branch 'feat/push-project-management' into feat/push-notifications
jeroenrinzema Apr 9, 2026
1d3a423
refactor: rename devices table, unify config, add data field
jeroenrinzema Apr 10, 2026
323c188
fix(push): address PR review feedback
jeroenrinzema Apr 10, 2026
2bb898a
fix: include wasmcrypto package tinygo-org/tinygo#5291
jeroenrinzema Apr 10, 2026
a295abd
fix(push): use wasmexport and restore stdlib crypto
jeroenrinzema Apr 11, 2026
23d3bf4
refactor: node cleanup and improve context handling
jeroenrinzema Apr 11, 2026
560560f
feat: add accessibility labels to form controls and buttons
jeroenrinzema Apr 11, 2026
b4ebf57
feat: add accessibility labels to buttons and inputs
jeroenrinzema Apr 11, 2026
9582428
Merge remote-tracking branch 'origin/main' into feat/push-notifications
jeroenrinzema Apr 11, 2026
aaf12a6
Merge pull request #211 from lunogram/feat/push-notifications
jeroenrinzema Apr 11, 2026
de49669
fix(journey): harden sticky markdown rendering and sizing behavior
jeroenrinzema Apr 11, 2026
8851a9d
Merge origin/main into feat/issue-191
jeroenrinzema Apr 11, 2026
4bd7641
Merge pull request #204 from lunogram/fix/journey-editor-sticky-note-…
jeroenrinzema Apr 11, 2026
a5b5f5b
Merge pull request #206 from lunogram/feat/issue-191
jeroenrinzema Apr 11, 2026
2d1884b
Merge remote-tracking branch 'origin/main' into feat/issue-192
jeroenrinzema Apr 11, 2026
767032d
fix: record unsubscribed broadcast sends
jeroenrinzema Apr 11, 2026
0961cbc
fix: parameterize subscription SQL state checks
jeroenrinzema Apr 11, 2026
50bcbc7
refactor: migrate user_subscription.state to string enum
jeroenrinzema Apr 11, 2026
439f130
Merge pull request #210 from lunogram/feat/issue-192
jeroenrinzema Apr 11, 2026
2680998
feat: extend console with area labels and ids
jeroenrinzema Apr 11, 2026
3b0336f
refactor: remove @puckeditor/core and related unused dependencies
jeroenrinzema Apr 11, 2026
5fcda4e
feat: unify WASM modules under internal/integrations/modules
jeroenrinzema Apr 14, 2026
f097467
refacor: remove action views and related context imports
jeroenrinzema Apr 14, 2026
2d3f4a1
fix(rules): use jsonb containment for data equality filters
IamKirbki Apr 15, 2026
82a49ed
refactor: integration capability checks to use spec methods
jeroenrinzema Apr 20, 2026
0bc7b29
refactor: modules directory structure and unify integration loading
jeroenrinzema Apr 22, 2026
0be0d26
feat: add error toasts for user import and admin creation failures
jeroenrinzema Apr 22, 2026
b4d49d8
chore: format code for improved readability in various views
jeroenrinzema Apr 22, 2026
27968b5
Merge branch 'main' into feat/wasm-modules
jeroenrinzema Apr 22, 2026
18d46fc
fix: revalidate project route to refresh getting-started visibility
jeroenrinzema Apr 24, 2026
09f4011
refactor: complete integration manifest migration and remove wasm com…
jeroenrinzema Apr 24, 2026
00f4aae
Merge pull request #222 from lunogram/chore/using-gin-index
jeroenrinzema Apr 24, 2026
c3ce1f5
Merge pull request #212 from lunogram/feat/wasm-modules
jeroenrinzema Apr 24, 2026
e37beb2
feat: add NewCampaign page and update campaign creation flow
jeroenrinzema Apr 25, 2026
2901504
fix: import Button component in CreateCampaign view
jeroenrinzema May 4, 2026
12d088f
fix: handle campaigns with null names and improve variable help UI
jeroenrinzema May 4, 2026
420dc21
fix: add JourneyTriggerSetup component for journey entrance selection
jeroenrinzema May 4, 2026
e5ca662
hotfix: fixed the edit button returning 500 and put a hacky fix for t…
IamKirbki May 7, 2026
e7a8580
Update CampaignDetails.tsx
IamKirbki May 7, 2026
c63b0d4
Merge pull request #230 from lunogram/Hotfix/campaigns-returning-500-…
IamKirbki May 8, 2026
a039556
refactor: provider delete API to require module type in path
jeroenrinzema May 6, 2026
a2be19a
fix: restore email preview after compile error
jeroenrinzema May 8, 2026
ade21e4
refactor: simplify journey editor graph state
jeroenrinzema May 12, 2026
69d670a
fix: add read-only mode for managed provider integrations
jeroenrinzema May 12, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
47 changes: 0 additions & 47 deletions .github/ISSUE_TEMPLATE/bug_report.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

59 changes: 0 additions & 59 deletions .github/ISSUE_TEMPLATE/feature_request.yml

This file was deleted.

260 changes: 0 additions & 260 deletions .github/copilot-instructions.md

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,24 @@ jobs:
- name: Build Console
run: cd console && pnpm build

docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: pnpm/action-setup@v4
with:
version: ${{ vars.PNPM_VERSION }}
- name: Set-up Node
uses: actions/setup-node@v5
with:
node-version: ${{ vars.NODEJS_VERSION }}
cache: "pnpm"
cache-dependency-path: docs/pnpm-lock.yaml
- name: Install Dependencies
run: cd docs && pnpm install
- name: Build Docs
run: cd docs && pnpm build

generate:
runs-on: ubuntu-latest
steps:
Expand Down
Loading
Loading