Skip to content

Feature/elysia+swagger+openapi-2 #236

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 35 commits into
base: feature/brj-app
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
267812e
Use Elisia.js - GRM
hejny Apr 2, 2025
ea46fc6
Merge branch 'update/typescript-5.8.2' into feature/elysia+swagger+op…
hejny Apr 2, 2025
ba4fab6
Add Elysia.js and Swagger dependencies to package.json and package-lo…
hejny Apr 2, 2025
57e1264
Migrating to Elisia.js
hejny Apr 2, 2025
033a999
Migrating to Elisia.js
hejny Apr 2, 2025
d1b23ca
Fix types and imports
hejny Apr 2, 2025
2a38a46
Merge branch 'update/typescript-5.2.2' into feature/elysia+swagger+op…
hejny Apr 2, 2025
5935375
Try to fix compatibility problems
hejny Apr 2, 2025
06f941f
Merge branch 'feature/brj-app' into feature/elysia+swagger+openapi-2
hejny Apr 8, 2025
957b1e4
Changelog
hejny Apr 8, 2025
9266f9b
Fix code typo
hejny Apr 8, 2025
29179e8
Fix imports
hejny Apr 8, 2025
b5bde41
Fix types
hejny Apr 8, 2025
24a41ce
Import `@elysiajs/swagger` via `require`
hejny Apr 8, 2025
89ef66d
📖 Make Promptbook templates library
hejny Apr 8, 2025
a4b0ffc
🧹 Repair imports
hejny Apr 8, 2025
a5b2d87
0.89.0-22
hejny Apr 8, 2025
5c91d8e
🆚 Update `0.89.0-22` -> `version.ts`
hejny Apr 8, 2025
257c14e
🆚 Add `0.89.0-22` -> `versions.txt`
hejny Apr 8, 2025
ffcd657
🆚🐋 Update `0.89.0-22` -> `Dockerfile`
hejny Apr 8, 2025
5cd884a
📖 Convert examples `.book.md` -> `.bookc`
hejny Apr 8, 2025
58d09e8
Publishing
hejny Apr 8, 2025
da962fe
📖 Make Promptbook templates library
hejny Apr 8, 2025
3524f49
📦 Generating packages `0.89.0-22`
hejny Apr 8, 2025
eda1e66
0.89.0-23
hejny Apr 8, 2025
1417f61
🆚 Update `0.89.0-23` -> `version.ts`
hejny Apr 8, 2025
004ac59
🆚 Add `0.89.0-23` -> `versions.txt`
hejny Apr 8, 2025
30bac22
🆚🐋 Update `0.89.0-23` -> `Dockerfile`
hejny Apr 8, 2025
61374ed
📖 Convert examples `.book.md` -> `.bookc`
hejny Apr 8, 2025
ae8d721
📦 Generating packages `0.89.0-23`
hejny Apr 8, 2025
6858e06
🆚 Update terminal commands to use `npx ts-node` for execution
hejny Apr 8, 2025
d3fdde5
Try to import `@elysiajs/swagger`
hejny Apr 8, 2025
74d3a96
`@elysiajs/swagger` cannot be imported
hejny Apr 8, 2025
428e3f5
`@elysiajs/swagger` cannot be imported, comment it out
hejny Apr 8, 2025
03f84e0
TODOs
hejny Apr 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix imports
  • Loading branch information
hejny committed Apr 8, 2025
commit 29179e8b0b06c140a645e9fd5f0f3ab4fbadcb30
2 changes: 2 additions & 0 deletions src/remote-server/startRemoteServer.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import swagger from '@elysiajs/swagger';
import colors from 'colors'; // <- TODO: [🔶] Make system to put color and style to both node and browser
import Elysia from 'elysia';
import { DefaultEventsMap, Server, Socket } from 'socket.io';
import { spaceTrim } from 'spacetrim';
import { forTime } from 'waitasecond';
Expand Down