Skip to content

Commit

Permalink
fix: streaming
Browse files Browse the repository at this point in the history
  • Loading branch information
enijar committed Nov 3, 2024
1 parent ed36f33 commit 71c87da
Show file tree
Hide file tree
Showing 39 changed files with 5,584 additions and 14,120 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
max_line_length = off
max_line_length = 120
5 changes: 0 additions & 5 deletions server/.dockerignore

This file was deleted.

28 changes: 28 additions & 0 deletions server/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# dev
.yarn/
!.yarn/releases
.vscode/*
!.vscode/launch.json
!.vscode/*.code-snippets
.idea/workspace.xml
.idea/usage.statistics.xml
.idea/shelf

# deps
node_modules/

# env
.env
.env.production

# logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

# misc
.DS_Store
69 changes: 0 additions & 69 deletions server/Dockerfile

This file was deleted.

8 changes: 8 additions & 0 deletions server/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
```
npm install
npm run dev
```

```
open http://localhost:3000
```
10 changes: 0 additions & 10 deletions server/ecosystem.config.js

This file was deleted.

Loading

0 comments on commit 71c87da

Please sign in to comment.