This website requires JavaScript.
Explore
Help
Register
Sign In
Accords-Library-Archive
/
gallery.accords-library.com
Watch
1
Star
0
Fork
You've already forked gallery.accords-library.com
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ed544b52a8
gallery.accords-library.com
/
client
/
js
/
config.js
5 lines
90 B
JavaScript
Raw
Normal View
History
Unescape
Escape
client+server: implement code autoformatting using prettier and black
2020-06-05 22:03:37 +00:00
"use strict"
;
start Done so far Basic backend skeleton - technology choices - database migration outline - basic self hosting facade - basic REST outline - proof of concept for auth and privileges Basic frontend skeleton - technology choices - pretty robust frontend compilation - top navigation - proof of concept for registration form
2016-03-19 20:37:04 +00:00
client+server: implement code autoformatting using prettier and black
2020-06-05 22:03:37 +00:00
const
config
=
require
(
"./.config.autogen.json"
)
;
start Done so far Basic backend skeleton - technology choices - database migration outline - basic self hosting facade - basic REST outline - proof of concept for auth and privileges Basic frontend skeleton - technology choices - pretty robust frontend compilation - top navigation - proof of concept for registration form
2016-03-19 20:37:04 +00:00
module
.
exports
=
config
;