How to deploy to a server instead of Vercel? #236
Unanswered
JimNayzium
asked this question in
Help!
Replies: 1 comment 4 replies
-
Hi @JimNayzium! I'm going to do my best to look into this when I get a chance, but since the only officially supported deployment is through Vercel, I'm converting this into a discussion instead. That being said, my guess is you should modify
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
All I did was update my sleeper ID number and the homepage and it all automatically beautifullly pulled my entire information over into it. Great job. My problem is described below.
Your League ID
972236561200799744
To Reproduce
Steps to reproduce the behavior:
Node.js v18.16.1
[vite-plugin-sveltekit-compile] Failed with code 1
✓ built in 3.64s
error during build:
Error: Failed with code 1
at ChildProcess. (file:///Users/martysimpson19/Documents/Jobs/grudgematch.com/fandemic/node_modules/@sveltejs/kit/src/utils/fork.js:68:13)
at ChildProcess.emit (node:events:513:28)
at ChildProcess.emit (node:domain:489:12)
at ChildProcess._handle.onexit (node:internal/child_process:291:12)
I expected to have a dist folder I could upload to my servers! The SVELTE local project worked like butter!
Screenshots
N/A
Desktop (please complete the following information):
Additional context
The previewing on localhost from VSCODE and splits screens the site worked perfectly!
Beta Was this translation helpful? Give feedback.
All reactions