starting point for part 2 exercise
This commit is contained in:
parent
f741853323
commit
ec568c4e9b
23 changed files with 5722 additions and 0 deletions
7
parts/2/renderingCollections/vite.config.js
Normal file
7
parts/2/renderingCollections/vite.config.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { defineConfig } from 'vite'
|
||||
import react from '@vitejs/plugin-react'
|
||||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue