mirror of
https://github.com/filiprojek/nork.git
synced 2025-02-20 01:22:58 +01:00
changes:
- norkconfig se generuje lepe a actually ho pouzivam - pri vytvareni projektu je mozne vybrat si orm (mongoose & sequlize) - default modely pro db se kopiruji na zaklade parametru db z norkconfigu - updatnutej ts skeleton - dropnul jsem support pro js
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
interface database {
|
||||
db: string
|
||||
orm: string
|
||||
}
|
||||
|
||||
export interface Create {
|
||||
project_name: string
|
||||
author: string
|
||||
lang: string
|
||||
database: database
|
||||
email: string
|
||||
website: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user