We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 701ee4e + 310724b commit 71b98f4Copy full SHA for 71b98f4
1 file changed
vite.config.ts
@@ -3,7 +3,7 @@ import tailwindcss from '@tailwindcss/vite'
3
import path from 'node:path'
4
import { defineConfig, UserConfig } from 'vite'
5
import react from '@vitejs/plugin-react'
6
-import pkg from './package.json' assert { type: 'json' }
+import pkg from './package.json' with { type: 'json' }
7
8
export default defineConfig({
9
base: './',
0 commit comments