Skip to content

Commit

Permalink
[chore] archetype release for CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-wyatt committed Oct 7, 2018
1 parent cf8d1ab commit 5cb0b39
Show file tree
Hide file tree
Showing 5 changed files with 294 additions and 1,234 deletions.
12 changes: 12 additions & 0 deletions archetype/src/config/models.ts
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'
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
* Database Configuration
* (app.config.database)
* Database Stores Configuration
* (app.config.stores)
*
* Configure the ORM layer, connections, etc.
* Configure the ORM layers, connections, etc.
*
* @see {@link http://fabrixjs.io/doc/config/stores}
* @see {@link https://fabrix.app/docs/config/stores}
*/
export const stores = {

Expand Down
12 changes: 0 additions & 12 deletions lib/archetype/src/config/models.ts

This file was deleted.

Loading

0 comments on commit 5cb0b39

Please sign in to comment.