-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cf8d1ab
commit 5cb0b39
Showing
5 changed files
with
294 additions
and
1,234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/** | ||
* Database Models Configuration | ||
* (app.config.models) | ||
* | ||
* Configure the ORM layers, connections, etc. | ||
* | ||
* @see {@link https://fabrix.app/docs/config/models} | ||
*/ | ||
export const models = { | ||
defaultStore: 'sqlitedev', | ||
migrate: 'alter' | ||
} |
8 changes: 4 additions & 4 deletions
8
lib/archetype/src/config/stores.ts → archetype/src/config/stores.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.