Environment swap (#21)

Moved the server-side to an F# API with RethinkDB; the client is now a Vue 3 app
This commit was merged in pull request #21.
This commit is contained in:
2021-08-09 23:23:50 -04:00
committed by GitHub
parent d1c41d0329
commit ce96973c51
177 changed files with 19683 additions and 5906 deletions

View File

@@ -0,0 +1,5 @@
[*.{js,jsx,ts,tsx,vue}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true