Update settings
This commit is contained in:
parent
5040d73714
commit
cdeaffe8a9
3 changed files with 5 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -17,6 +17,7 @@ dist-ssr
|
|||
!.vscode/extensions.json
|
||||
.idea
|
||||
.DS_Store
|
||||
.env
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
|
|
|
|||
1
scripts/setup.sh
Executable file
1
scripts/setup.sh
Executable file
|
|
@ -0,0 +1 @@
|
|||
pnpm install
|
||||
|
|
@ -4,5 +4,8 @@ import tailwindcss from '@tailwindcss/vite'
|
|||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
server: {
|
||||
port: 5000,
|
||||
},
|
||||
plugins: [react(), tailwindcss()],
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue