Skip to content

Commit e344f90

Browse files
committed
create a config for Vite
1 parent a6f6644 commit e344f90

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/vite.config.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import React from 'react'
2+
3+
function App() {
4+
return (
5+
<div>
6+
<h1>Hello from Nix!</h1>
7+
<p>This app was built and deployed using Nix</p>
8+
</div>
9+
)
10+
}
11+
12+
export default App

0 commit comments

Comments
 (0)