1.3.1 • Published 2 months ago

@solid-mediakit/prpc-plugin v1.3.1

Weekly downloads
-
License
-
Repository
-
Last release
2 months ago

@solid-mediakit/prpc-plugin

A Vite plugin for pRPC

Installation

pnpm install @solid-mediakit/prpc-plugin

Adding The Vite Plugin

Go ahead to app.config.ts and add the following:

import { defineConfig } from '@solidjs/start/config'
import { prpcVite } from '@solid-mediakit/prpc-plugin' // ->

export default defineConfig({
  ssr: true,
  vite: {
    plugins: [prpcVite({ log: false })], // ->
  },
})

Now read the pRPC documentation

1.3.1

2 months ago

1.3.0

2 months ago

1.2.3

2 months ago

1.2.2

2 months ago

1.2.1

2 months ago

1.2.0

2 months ago

1.1.1

3 months ago

1.1.0

3 months ago

1.0.2

3 months ago

1.0.1

3 months ago

1.0.0

3 months ago