move frontend to priv folder
also map / to frontend folder inside priv
This commit is contained in:
parent
dd1e8c1fc0
commit
bc01717da0
14 changed files with 8 additions and 8 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -3,12 +3,12 @@
|
|||
thumbs.db
|
||||
|
||||
# Frontend stuff
|
||||
/frontend/node_modules
|
||||
/frontend/build
|
||||
/priv/frontend/node_modules
|
||||
/priv/frontend/build
|
||||
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
/priv/npm-debug.log*
|
||||
/priv/yarn-debug.log*
|
||||
/priv/yarn-error.log*
|
||||
|
||||
# The directory Mix will write compiled artifacts to.
|
||||
/_build/
|
||||
|
@ -36,3 +36,4 @@ elstat-*.tar
|
|||
|
||||
*.db
|
||||
config/config.exs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue