Skip to content

Commit 71b98f4

Browse files
authored
Merge pull request #100 from oasisprotocol/csillag/update-vite-config-for-node-22
Update vite config for node 22
2 parents 701ee4e + 310724b commit 71b98f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import tailwindcss from '@tailwindcss/vite'
33
import path from 'node:path'
44
import { defineConfig, UserConfig } from 'vite'
55
import react from '@vitejs/plugin-react'
6-
import pkg from './package.json' assert { type: 'json' }
6+
import pkg from './package.json' with { type: 'json' }
77

88
export default defineConfig({
99
base: './',

0 commit comments

Comments
 (0)