Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
id="twitter-description"
/>
<meta name="twitter:image" content="/vite.svg" id="twitter-image" />
<!-- Runtime config - optional, will use defaults if not present -->
<script src="/config.js" onerror="console.log('Using default config')"></script>
</head>
<body>
<div id="root"></div>
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"test:ui": "vitest --ui",
"test:coverage": "vitest --coverage",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui"
"test:e2e:ui": "playwright test --ui",
"check:all": "npm run typecheck && npm run format && npm run lint && npm run build && npm test"
},
"dependencies": {
"@mantine/core": "^7.17.8",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,44 +12,59 @@
"name": "FolderA",
"relativePath": "FolderA"
},
{
"name": "helenite-docs",
"relativePath": "helenite-docs"
},
{
"name": "SubFolder",
"relativePath": "FolderA/SubFolder"
},
{
"name": "helenite-docs",
"relativePath": "helenite-docs"
},
{
"name": "components",
"relativePath": "helenite-docs/components"
}
],
"nonMdFiles": [
{
"name": "Get_Started_With_Smallpdf.pdf",
"basename": "Get_Started_With_Smallpdf",
"relativePath": "Attachments/Get_Started_With_Smallpdf.pdf"
},
{
"name": "Pasted image 20250902131727.png",
"basename": "Pasted image 20250902131727",
"relativePath": "Attachments/Pasted image 20250902131727.png"
},
{
"name": "Pasted image 20250902132358.png",
"basename": "Pasted image 20250902132358",
"relativePath": "Attachments/Pasted image 20250902132358.png"
},
{
"name": "Pasted image 20250902132222.png",
"basename": "Pasted image 20250902132222",
"relativePath": "Attachments/Pasted image 20250902132222.png"
},
{
"name": "Pasted image 20250902132358.png",
"basename": "Pasted image 20250902132358",
"relativePath": "Attachments/Pasted image 20250902132358.png"
},
{
"name": "Pasted image 20250902132433.png",
"basename": "Pasted image 20250902132433",
"relativePath": "Attachments/Pasted image 20250902132433.png"
},
{
"name": "Get_Started_With_Smallpdf.pdf",
"basename": "Get_Started_With_Smallpdf",
"relativePath": "Attachments/Get_Started_With_Smallpdf.pdf"
"name": "c4611_sample_explain.pdf",
"basename": "c4611_sample_explain",
"relativePath": "Attachments/c4611_sample_explain.pdf"
},
{
"name": "file_example_MP3_700KB.mp3",
"basename": "file_example_MP3_700KB",
"relativePath": "Attachments/file_example_MP3_700KB.mp3"
},
{
"name": "file_example_MP4_480_1_5MG.mp4",
"basename": "file_example_MP4_480_1_5MG",
"relativePath": "Attachments/file_example_MP4_480_1_5MG.mp4"
},
{
"name": "inversed_mt_fuji.png",
Expand All @@ -62,54 +77,39 @@
"relativePath": "Attachments/yamap_2025-04-02_08_48.gpx"
},
{
"name": "c4611_sample_explain.pdf",
"basename": "c4611_sample_explain",
"relativePath": "Attachments/c4611_sample_explain.pdf"
},
{
"name": "file_example_MP4_480_1_5MG.mp4",
"basename": "file_example_MP4_480_1_5MG",
"relativePath": "Attachments/file_example_MP4_480_1_5MG.mp4"
"name": "东西佘山含地铁绿道.kml",
"basename": "东西佘山含地铁绿道",
"relativePath": "Attachments/东西佘山含地铁绿道.kml"
},
{
"name": "file_example_MP3_700KB.mp3",
"basename": "file_example_MP3_700KB",
"relativePath": "Attachments/file_example_MP3_700KB.mp3"
"name": "中西citywalk.kml",
"basename": "中西citywalk",
"relativePath": "Attachments/中西citywalk.kml"
},
{
"name": "红叶尚湖.gpx",
"basename": "红叶尚湖",
"relativePath": "Attachments/红叶尚湖.gpx"
},
{
"name": "东西佘山含地铁绿道.kml",
"basename": "东西佘山含地铁绿道",
"relativePath": "Attachments/东西佘山含地铁绿道.kml"
"name": "金牛道拦马墙到普安镇.gpx",
"basename": "金牛道拦马墙到普安镇",
"relativePath": "Attachments/金牛道拦马墙到普安镇.gpx"
},
{
"name": "金牛道拦马墙到普安镇.kml",
"basename": "金牛道拦马墙到普安镇",
"relativePath": "Attachments/金牛道拦马墙到普安镇.kml"
},
{
"name": "金牛道拦马墙到普安镇.gpx",
"basename": "金牛道拦马墙到普安镇",
"relativePath": "Attachments/金牛道拦马墙到普安镇.gpx"
},
{
"name": "中西citywalk.kml",
"basename": "中西citywalk",
"relativePath": "Attachments/中西citywalk.kml"
"name": "BaseExample.base",
"basename": "BaseExample",
"relativePath": "FolderA/BaseExample.base"
},
{
"name": "Canvas.canvas",
"basename": "Canvas",
"relativePath": "FolderA/Canvas.canvas"
},
{
"name": "BaseExample.base",
"basename": "BaseExample",
"relativePath": "FolderA/BaseExample.base"
}
]
}
Loading