Skip to content

Commit df5919e

Browse files
committed
feat: Add extensive collection of application blueprints with Docker Compose configurations
1 parent 08b572d commit df5919e

File tree

3 files changed

+26
-8
lines changed

3 files changed

+26
-8
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"tailwindcss-animate": "^1.0.7"
2727
},
2828
"devDependencies": {
29+
"@types/node": "^20.8.2",
2930
"@types/react": "^19.0.10",
3031
"@types/react-dom": "^19.0.4",
3132
"@vitejs/plugin-react": "^4.3.4",

pnpm-lock.yaml

Lines changed: 24 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { defineConfig } from 'vite'
22
import react from '@vitejs/plugin-react'
33
import path from 'path'
44
import tailwindcss from '@tailwindcss/vite'
5+
56
// https://vitejs.dev/config/
67
export default defineConfig({
78
plugins: [react(), tailwindcss()],

0 commit comments

Comments
 (0)