don't serve frontend from api server anymore
This commit is contained in:
parent
e31f96110b
commit
b9c30379ee
2 changed files with 9 additions and 77 deletions
35
.gitignore
vendored
35
.gitignore
vendored
|
@ -1,28 +1,9 @@
|
|||
.env
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
.vscode
|
||||
node_modules
|
||||
frontend/dist/*
|
||||
dist-ssr
|
||||
!frontend/dist/.empty
|
||||
*.local
|
||||
frontend/style.css
|
||||
|
||||
# Editor directories and files
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
.idea
|
||||
.DS_Store
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
*.log*
|
||||
.nuxt
|
||||
.nitro
|
||||
.cache
|
||||
.output
|
||||
.env
|
||||
dist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue