Skip to content

Commit 152c412

Browse files
committed
Deploying to main from @ SeptKit/set@bbb58ab 🚀
1 parent 124618d commit 152c412

File tree

6 files changed

+59
-37
lines changed

6 files changed

+59
-37
lines changed

assets/index-DWheB-Kf.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

assets/index-LapNxBD_.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/index-SqL5dZib.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/index-tHATCJvq.js

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

index.html

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
<!DOCTYPE html>
22
<html lang="">
3-
<head>
4-
<meta charset="UTF-8">
5-
<link rel="icon" href="/favicon.ico">
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>Vite App</title>
8-
<script type="module" crossorigin src="/assets/index-DWheB-Kf.js"></script>
9-
<link rel="stylesheet" crossorigin href="/assets/index-SqL5dZib.css">
10-
</head>
11-
<body>
12-
<div id="app"></div>
13-
</body>
14-
</html>
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
7+
<meta name="viewport"
8+
content="width=device-width, initial-scale=1.0">
9+
<title>S.E.T.</title>
10+
<script type="module" crossorigin src="/assets/index-tHATCJvq.js"></script>
11+
<link rel="stylesheet" crossorigin href="/assets/index-LapNxBD_.css">
12+
</head>
13+
14+
<body>
15+
<div id="app"></div>
16+
</body>
17+
18+
</html>

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "@septkit/shell",
3-
"version": "1",
3+
"version": "2",
44
"private": true,
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "run-p type-check \"build-only {@}\" --",
99
"preview": "vite preview",
1010
"test": "vitest --project unit",
11-
"test:watch": "pnpm test --watch",
11+
"test:watch": "npm run test -- --watch",
12+
"test:debug": "npm run test -- --browser.headless=false --testTimeout 100000",
1213
"test:e2e": "vitest --project e2e",
1314
"build-only": "vite build",
1415
"type-check": "vue-tsc --build",
@@ -18,8 +19,10 @@
1819
"install:browser": "pnpm exec playwright install chromium"
1920
},
2021
"dependencies": {
21-
"@septkit/ui": "0.0.1",
22+
"@septkit/fileio": "catalog:",
23+
"@septkit/ui": "catalog:",
2224
"@tailwindcss/vite": "^4.1.11",
25+
"@vueuse/core": "^13.5.0",
2326
"pinia": "^3.0.3",
2427
"tailwindcss": "^4.1.11",
2528
"vite-plugin-static-copy": "^3.1.1",

0 commit comments

Comments
 (0)