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 6d97115 commit 75f7f0fCopy full SHA for 75f7f0f
.npmignore
@@ -0,0 +1,9 @@
1
+.svelte-kit/
2
+build/
3
+dist/
4
+public/
5
+node_modules/
6
+.DS_Store
7
+Thumbs.db
8
+.env
9
+.env.*
package.json
@@ -2,7 +2,7 @@
"name": "@ionic-sveltekit/example",
"description": "Example app demonstrating a SvelteKit project with Ionic UI components",
"version": "0.0.1",
- "private": true,
+ "private": false,
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
0 commit comments