Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
chore: updated SvelteKit framework info (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline committed Oct 4, 2022
1 parent f6a8cde commit acd85cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/frameworks/svelte-kit.json
Expand Up @@ -8,13 +8,13 @@
"configFiles": []
},
"dev": {
"command": "svelte-kit dev",
"port": 3000,
"command": "vite dev",
"port": 5173,
"pollingStrategies": [{ "name": "TCP" }, { "name": "HTTP" }]
},
"build": {
"command": "svelte-kit build",
"directory": "build"
"command": "vite build",
"directory": ".svelte-kit"
},
"logo": {
"default": "/logos/svelte-kit/default.svg",
Expand Down
2 changes: 1 addition & 1 deletion src/frameworks/vite.json
Expand Up @@ -4,7 +4,7 @@
"category": "build_tool",
"detect": {
"npmDependencies": ["vite"],
"excludedNpmDependencies": ["@shopify/hydrogen", "@builder.io/qwik", "solid-start", "solid-js"],
"excludedNpmDependencies": ["@shopify/hydrogen", "@builder.io/qwik", "solid-start", "solid-js", "@sveltejs/kit"],
"configFiles": []
},
"dev": {
Expand Down

0 comments on commit acd85cf

Please sign in to comment.