-
Notifications
You must be signed in to change notification settings - Fork 323
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
Vanilla JS client library #408
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Documentation Changes Required
Please ensure these changes are reflected in the relevant documentation files. All other changes analyzed do not require documentation updates as they are related to internal implementations, development tooling, or legal requirements that do not affect the public API or SDK functionality. |
Important
Introduces a vanilla JavaScript client library for Stack with a new example project, Docker updates, and a template-based package generation system.
examples/js-example
withindex.ts
and.env.development
for demonstration.docker/server/Dockerfile
to includetsx
and rungenerate-from-template.ts
.generate-from-template.ts
script for template-based package generation.package.json
scripts to include template generation steps.packages/template
withpackage-template.json
for environment-specific package generation.generate-from-template.ts
for conditional content inclusion..dockerignore
to exclude generated and development files.email.tsx
frompackages/stack/src/utils
.This description was created by
for b1f10df. It will automatically update as commits are pushed.