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

Rename trpc Azure Functions plugin to be prefix unstable #112

Closed
mildronize opened this issue Jan 16, 2024 · 0 comments · Fixed by #115
Closed

Rename trpc Azure Functions plugin to be prefix unstable #112

mildronize opened this issue Jan 16, 2024 · 0 comments · Fixed by #115
Labels
trpc-azure-functions v2-blocker Issue make V2 cannot be released

Comments

@mildronize
Copy link
Collaborator

All packages under nammatham v2 will be released the same version, this should mark as unstable api until has been tested it well

expected name

import { unstable__tRpcAzureFunctionsPlugin } from '@nammatham/trpc-azure-functions';
import { app } from './nammatham';
import { appRouter, createContext } from './router';

app.register(
  unstable__tRpcAzureFunctionsPlugin({
    prefix: '/trpc',
    trpcOptions: {
      router: appRouter,
      createContext,
    }
  })
);
app.start();
@mildronize mildronize added v2-blocker Issue make V2 cannot be released trpc-azure-functions labels Jan 16, 2024
@mildronize mildronize linked a pull request Jan 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
trpc-azure-functions v2-blocker Issue make V2 cannot be released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant