We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbec91 commit 90ebbe7Copy full SHA for 90ebbe7
1 file changed
samples/new-sample.sh
@@ -43,7 +43,6 @@ cat > "$NAME/index.html" << EOF
43
44
<link rel="stylesheet" type="text/css" href="./style.css" />
45
<script type="module" src="./index.js"></script>
46
- <!-- prettier-ignore -->
47
EOF
48
49
# Use 'EOF' to prevent expansion of the loader script
@@ -93,8 +92,7 @@ cat > "$NAME/package.json" << EOF
93
92
"start": "tsc && vite build --base './' && vite",
94
"build:vite": "vite build --base './'",
95
"preview": "vite preview"
96
- },
97
- "dependencies": {}
+ }
98
}
99
100
@@ -106,7 +104,7 @@ cat > "$NAME/tsconfig.json" << 'EOF'
106
104
"rootDir": "."
107
105
},
108
"include": [
109
- "./*.ts",
+ "./*.ts"
110
]
111
112
0 commit comments