Skip to content
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

feat/add-server #417

Merged
merged 10 commits into from
Apr 21, 2024
Merged

feat/add-server #417

merged 10 commits into from
Apr 21, 2024

Conversation

keinsell
Copy link
Owner

No description provided.

Add plygrnd (kitchen-sink) server.
Copy link

vercel bot commented Apr 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
neuronek ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 21, 2024 2:49pm

@keinsell
Copy link
Owner Author

I have this "little" kitchen sink server that I've created a bunch of months ago and I think I can reuse it for purposes of this project, at some point progress made in the favour of neuronek can be copied back to my kitchen sink.

session,
retriesStrategy,
} = options
let middleware = expressSession( session )

Check warning

Code scanning / CodeQL

Clear text transmission of sensitive cookie Medium

Sensitive cookie sent without enforcing SSL encryption.
The commit removes the app/web directory and all its associated files. These appear to be artifacts of a React project scaffolded with Vite. With these files removed, the project root is leaner, containing only relevant files and making the project structure easier to understand.
Moved the dependencies and devDependencies from 'my-app' to the 'web' app in the pnpm-lock.yaml file. Also updated the 'debug' package version across different dependencies to maintain consistency.
The strict mode option in the typescript configuration file for the web application is turned off. This change has been made to allow type-checking to be more lenient, accepting code that might not be perfectly typed.
The build scripts in the package.json file have been simplified for better maintainability. The 'build:copy:docs' and 'compodoc' commands were removed as they were no longer necessary, making the overall project configuration cleaner and more efficient.
Added new development dependencies '@radix-ui/react-slot' and '@types/eslint'. Also downgraded 'supports-color' from version '8.1.1' to '5.5.0' to ensure better compatibility across different platforms.
@keinsell keinsell marked this pull request as ready for review April 21, 2024 14:52
@keinsell keinsell merged commit edc96f7 into trunk Apr 21, 2024
4 of 6 checks passed
@keinsell keinsell deleted the feat/add-server branch April 21, 2024 14:52
keinsell added a commit that referenced this pull request Apr 21, 2024
@keinsell keinsell linked an issue Apr 21, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The "Hello World"
1 participant