This website requires JavaScript.
Explore
Help
Sign in
ulysia
/
szurubooru
Watch
1
Star
0
Fork
You've already forked szurubooru
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
master
szurubooru
/
client
/
js
/
config.js
5 lines
90 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
client+server: implement code autoformatting using prettier and black
2020-06-06 00:03:37 +02: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 21:37:04 +01:00
client+server: implement code autoformatting using prettier and black
2020-06-06 00:03:37 +02: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 21:37:04 +01:00
module
.
exports
=
config
;
Reference in a new issue
Copy permalink