refactor nest app to server folder

This commit is contained in:
Roland Schneider 2025-11-06 17:24:11 +01:00
parent ea74d34363
commit 532299c864
42 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# compiled output # compiled output
/dist dist
/node_modules node_modules
/build build
# Logs # Logs
logs logs
@ -16,11 +16,11 @@ lerna-debug.log*
.DS_Store .DS_Store
# Tests # Tests
/coverage coverage
/.nyc_output .nyc_output
# IDEs and editors # IDEs and editors
/.idea .idea
.project .project
.classpath .classpath
.c9/ .c9/