mirror of
https://git.waldn.net/git/knotteye/satyr.git
synced 2025-09-08 13:32:47 +00:00
Changed init functions to be more consistent.
Added setup script and templates for config and database setup. Fixed typo in tsconfig.
This commit is contained in:
@ -7,7 +7,8 @@
|
||||
"scripts": {
|
||||
"start": "node build/controller.js",
|
||||
"build": "tsc",
|
||||
"user": "node build/cli.js"
|
||||
"user": "node build/cli.js",
|
||||
"setup": "sh install/setup.sh"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Reference in New Issue
Block a user