Skip to content

Commit 3b18d7a

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/vite-6.0.15
2 parents 2006239 + 7806e4d commit 3b18d7a

19 files changed

+460
-57
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
</head>
99
<body>
1010
<div id="app"></div>
11-
<script type="module" src="/src/main.ts"></script>
11+
<script type="module" src="./src/main.ts"></script>
1212
</body>
1313
</html>

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"format": "prettier --write src/"
1616
},
1717
"dependencies": {
18+
"@tailwindcss/vite": "^4.1.8",
19+
"tailwindcss": "^4.1.8",
1820
"vue": "^3.5.13"
1921
},
2022
"devDependencies": {

0 commit comments

Comments
 (0)