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

SvelteKit framework info is out of date #817

Closed
nickytonline opened this issue Oct 4, 2022 · 0 comments · Fixed by #818
Closed

SvelteKit framework info is out of date #817

nickytonline opened this issue Oct 4, 2022 · 0 comments · Fixed by #818
Assignees
Labels
type: bug code to address defects in shipped code

Comments

@nickytonline
Copy link
Contributor

Thanks for reporting this bug!

Please search other issues to make sure this bug has not already been reported.

Then fill in the sections below.

Describe the bug

The SvelteKit framework info is out of date. The configuration should be change to this.

    "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",
    "light": "/logos/svelte-kit/default.svg",
    "dark": "/logos/svelte-kit/default.svg"
  },
  "staticAssetsDirectory": "static",
  "env": {},
  "plugins": []
}

Configuration

Please enter the following command in a terminal and copy/paste its output:

npx envinfo --system --binaries --npmPackages @netlify/framework-info

Pull requests

Pull requests are welcome! If you would like to help us fix this bug, please check our
contributions guidelines.

@nickytonline nickytonline added the type: bug code to address defects in shipped code label Oct 4, 2022
@nickytonline nickytonline self-assigned this Oct 4, 2022
@kodiakhq kodiakhq bot closed this as completed in #818 Oct 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug code to address defects in shipped code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant