Revert "Remove uploads and logs from git tracking and update .gitignore"
This reverts commit aec066df75.
This commit is contained in:
parent
aec066df75
commit
b5d96a6eff
11 changed files with 15906 additions and 13 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
|
@ -16,15 +16,3 @@ backend/coverage/
|
|||
|
||||
# User uploaded files
|
||||
backend/uploads/
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
server.log
|
||||
backend/server.log
|
||||
|
||||
# Build output
|
||||
dist/
|
||||
build/
|
||||
|
||||
# Webpack output
|
||||
public/assets/
|
||||
30
backend/server.log
Normal file
30
backend/server.log
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
|
||||
> backend@1.0.0 dev
|
||||
> nodemon app.js
|
||||
|
||||
[33m[nodemon] 3.1.10[39m
|
||||
[33m[nodemon] to restart at any time, enter `rs`[39m
|
||||
[33m[nodemon] watching path(s): *.*[39m
|
||||
[33m[nodemon] watching extensions: js,mjs,cjs,json[39m
|
||||
[32m[nodemon] starting `node app.js`[39m
|
||||
Loaded 20 quotes from configuration
|
||||
Server error: Error: listen EADDRINUSE: address already in use 0.0.0.0:3002
|
||||
at Server.setupListenHandle [as _listen2] (node:net:1939:16)
|
||||
at listenInCluster (node:net:1996:12)
|
||||
at node:net:2205:7
|
||||
at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
|
||||
code: 'EADDRINUSE',
|
||||
errno: -48,
|
||||
syscall: 'listen',
|
||||
address: '0.0.0.0',
|
||||
port: 3002
|
||||
}
|
||||
Error getting updates for user 1: Error: Request timeout
|
||||
at ClientRequest.<anonymous> (/Users/chris/c0deLab/ProjectLand/tududi/backend/services/telegramPoller.js:93:14)
|
||||
at ClientRequest.emit (node:events:518:28)
|
||||
at TLSSocket.emitRequestTimeout (node:_http_client:863:9)
|
||||
at Object.onceWrapper (node:events:632:28)
|
||||
at TLSSocket.emit (node:events:530:35)
|
||||
at Socket._onTimeout (node:net:609:8)
|
||||
at listOnTimeout (node:internal/timers:588:17)
|
||||
at process.processTimers (node:internal/timers:523:7)
|
||||
BIN
backend/uploads/projects/project-1750364454350-63162117.jpg
Normal file
BIN
backend/uploads/projects/project-1750364454350-63162117.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
BIN
backend/uploads/projects/project-1750364608196-907723876.jpg
Normal file
BIN
backend/uploads/projects/project-1750364608196-907723876.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 293 KiB |
BIN
backend/uploads/projects/project-1750364643530-761344293.jpeg
Normal file
BIN
backend/uploads/projects/project-1750364643530-761344293.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 227 KiB |
BIN
backend/uploads/projects/project-1750364721124-530764541.jpg
Normal file
BIN
backend/uploads/projects/project-1750364721124-530764541.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 773 KiB |
BIN
backend/uploads/projects/project-1750364769795-558304047.jpg
Normal file
BIN
backend/uploads/projects/project-1750364769795-558304047.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 358 KiB |
92
dist/frontend_components_Tasks_tsx.5d1f9b2b7404e2433dee.js
vendored
Normal file
92
dist/frontend_components_Tasks_tsx.5d1f9b2b7404e2433dee.js
vendored
Normal file
File diff suppressed because one or more lines are too long
12
dist/index.html
vendored
Normal file
12
dist/index.html
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<base href="/">
|
||||
<title>Tududi</title>
|
||||
<script defer src="/main.272db06f0669b56179b9.js"></script></head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
15750
dist/main.272db06f0669b56179b9.js
vendored
Normal file
15750
dist/main.272db06f0669b56179b9.js
vendored
Normal file
File diff suppressed because one or more lines are too long
21
dist/vendors-node_modules_cross-fetch_dist_browser-ponyfill_js.6451a0808e985bae004f.js
vendored
Normal file
21
dist/vendors-node_modules_cross-fetch_dist_browser-ponyfill_js.6451a0808e985bae004f.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue