You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: rename configuration file from objectql.config.ts to objectstack.config.ts and update related references
- Updated tsconfig.json to exclude objectstack.config.ts instead of objectql.config.ts
- Deleted the old objectql.config.ts file and created a new objectstack.config.ts file with the same content.
- Modified package.json to run the development server without specifying the config file.
- Updated README files and CLI commands to reference the new objectstack.config.ts.
- Refactored CLI commands to use a utility function for resolving the configuration file path.
- Removed deprecated commands related to the old configuration file.
Copy file name to clipboardExpand all lines: examples/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Welcome to the ObjectQL Examples repository. This collection demonstrates everyt
14
14
|**[Basic Script](./starters/basic-script)**| A simple TypeScript script initializing ObjectQL with SQLite. Perfect for testing logic without a web server. | 🟢 Basic |
15
15
16
16
### 2. 🧩 Module Architecture
17
-
*Demonstrating the power of the new `modules` system in `objectql.config.ts`. See `examples/scenarios/`.*
17
+
*Demonstrating the power of the new `modules` system in `objectstack.config.ts`. See `examples/scenarios/`.*
0 commit comments