Skip to content

Commit fe1c5ff

Browse files
committed
chore: update vite-plugin-runtime imports
1 parent d8d2aba commit fe1c5ff

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

apps/gateway/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import path from 'path';
22

3-
import { runtime } from '@opendatacapture/vite-plugin-runtime';
3+
import runtime from '@opendatacapture/vite-plugin-runtime';
44
import tailwindcss from '@tailwindcss/vite';
55
import react from '@vitejs/plugin-react-swc';
66
import { defineConfig } from 'vite';

apps/playground/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import path from 'path';
22

3-
import { runtime } from '@opendatacapture/vite-plugin-runtime';
3+
import runtime from '@opendatacapture/vite-plugin-runtime';
44
import tailwindcss from '@tailwindcss/vite';
55
import react from '@vitejs/plugin-react-swc';
66
import { defineConfig } from 'vite';

apps/web/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import path from 'path';
22

33
import importMetaEnv from '@import-meta-env/unplugin';
44
import { getReleaseInfo } from '@opendatacapture/release-info';
5-
import { runtime } from '@opendatacapture/vite-plugin-runtime';
5+
import runtime from '@opendatacapture/vite-plugin-runtime';
66
import tailwindcss from '@tailwindcss/vite';
77
import react from '@vitejs/plugin-react-swc';
88
import { defineConfig } from 'vite';

storybook/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as path from 'node:path';
22

3-
import { runtime } from '@opendatacapture/vite-plugin-runtime';
3+
import runtime from '@opendatacapture/vite-plugin-runtime';
44
import tailwindcss from '@tailwindcss/vite';
55
import { defineConfig } from 'vite';
66

0 commit comments

Comments
 (0)