[PR #41] [MERGED] Fix: wrong rule paths #46

Closed
opened 2026-05-23 08:39:28 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/appy-one/acebase-server/pull/41
Author: @appy-one
Created: 10/25/2022
Status: Merged
Merged: 10/25/2022
Merged by: @appy-one

Base: masterHead: fix/wrong-rule-paths


📝 Commits (4)

📊 Changes

7 files changed (+10 additions, -38 deletions)

View changed files

📝 dist/cjs/rules.js (+2 -9)
📝 dist/cjs/rules.js.map (+1 -1)
📝 dist/esm/rules.js (+2 -9)
📝 dist/esm/rules.js.map (+1 -1)
📝 dist/types/rules.d.ts (+0 -7)
📝 dist/types/rules.d.ts.map (+1 -1)
📝 src/rules.ts (+3 -10)

📄 Description

Closes #40
When rules.json file is edited, it is reloaded but all paths were prefixed with /rules


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/appy-one/acebase-server/pull/41 **Author:** [@appy-one](https://github.com/appy-one) **Created:** 10/25/2022 **Status:** ✅ Merged **Merged:** 10/25/2022 **Merged by:** [@appy-one](https://github.com/appy-one) **Base:** `master` ← **Head:** `fix/wrong-rule-paths` --- ### 📝 Commits (4) - [`f5983c3`](https://github.com/appy-one/acebase-server/commit/f5983c38c05b1cffa67fedcc39f3175efa02961e) Fixes #40: rule paths prefixed by '/rules' - [`8498205`](https://github.com/appy-one/acebase-server/commit/84982050c14fa787952978ed95db622d437c6356) updated comment - [`228f32f`](https://github.com/appy-one/acebase-server/commit/228f32fe728254efe28cd1d32d355d5b42791473) removed old jsdoc - [`0825687`](https://github.com/appy-one/acebase-server/commit/0825687a0982a55571c4845781a317c0f81255fb) chore: build ### 📊 Changes **7 files changed** (+10 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `dist/cjs/rules.js` (+2 -9) 📝 `dist/cjs/rules.js.map` (+1 -1) 📝 `dist/esm/rules.js` (+2 -9) 📝 `dist/esm/rules.js.map` (+1 -1) 📝 `dist/types/rules.d.ts` (+0 -7) 📝 `dist/types/rules.d.ts.map` (+1 -1) 📝 `src/rules.ts` (+3 -10) </details> ### 📄 Description Closes #40 When `rules.json` file is edited, it is reloaded but all paths were prefixed with `/rules` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror added the
pull-request
label 2026-05-23 08:39:28 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/acebase-server#46
No description provided.