Bootstrap server
This commit is contained in:
parent
1beb2f7462
commit
895dbbd060
5 changed files with 8087 additions and 0 deletions
7
server/.babelrc
Normal file
7
server/.babelrc
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"presets": [
|
||||
"@babel/preset-env"
|
||||
],
|
||||
"sourceMaps": "inline",
|
||||
"retainLines": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue