Skip to content
This repository was archived by the owner on May 26, 2025. It is now read-only.

Commit ab674b7

Browse files
committed
update registry
1 parent f696118 commit ab674b7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

site/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ dist-ssr
2222
*.njsproj
2323
*.sln
2424
*.sw?
25-
.vscode
25+
.vscode
26+
27+
public/index.json

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
8-
"build": "tsc && vite build",
8+
"build": "cp ../index.json ./public/ && vite build",
99
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
1010
"preview": "vite preview"
1111
},

0 commit comments

Comments
 (0)