Skip to content

Commit

Permalink
Rename outer folder for frontend
Browse files Browse the repository at this point in the history
Since there is an inner 'src' folder, renaming this will alleviate confusion
  • Loading branch information
dmtrek14 committed Jul 27, 2023
1 parent 13b15dc commit 565856c
Show file tree
Hide file tree
Showing 18 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ config/config.defaults
.env
docker/.env

src/node_modules
frontend/node_modules

#minified JS and source maps
*.min.js
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/vite.config.js → frontend/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default defineConfig({
},
resolve: {
alias: {
'@': fileURLToPath(new URL('/src', import.meta.url))
'@': fileURLToPath(new URL('/frontend', import.meta.url))
}
}
// server: {
Expand Down

0 comments on commit 565856c

Please sign in to comment.