File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import path from 'path' ;
22
3- import { runtime } from '@opendatacapture/vite-plugin-runtime' ;
3+ import runtime from '@opendatacapture/vite-plugin-runtime' ;
44import tailwindcss from '@tailwindcss/vite' ;
55import react from '@vitejs/plugin-react-swc' ;
66import { defineConfig } from 'vite' ;
Original file line number Diff line number Diff line change 11import path from 'path' ;
22
3- import { runtime } from '@opendatacapture/vite-plugin-runtime' ;
3+ import runtime from '@opendatacapture/vite-plugin-runtime' ;
44import tailwindcss from '@tailwindcss/vite' ;
55import react from '@vitejs/plugin-react-swc' ;
66import { defineConfig } from 'vite' ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import path from 'path';
22
33import importMetaEnv from '@import-meta-env/unplugin' ;
44import { getReleaseInfo } from '@opendatacapture/release-info' ;
5- import { runtime } from '@opendatacapture/vite-plugin-runtime' ;
5+ import runtime from '@opendatacapture/vite-plugin-runtime' ;
66import tailwindcss from '@tailwindcss/vite' ;
77import react from '@vitejs/plugin-react-swc' ;
88import { defineConfig } from 'vite' ;
Original file line number Diff line number Diff line change 11import * as path from 'node:path' ;
22
3- import { runtime } from '@opendatacapture/vite-plugin-runtime' ;
3+ import runtime from '@opendatacapture/vite-plugin-runtime' ;
44import tailwindcss from '@tailwindcss/vite' ;
55import { defineConfig } from 'vite' ;
66
You can’t perform that action at this time.
0 commit comments