permalik
permalik
RRailway
Created by permalik on 5/29/2023 in #✋|help
Sveltekit Deploy: Unable to Locate Documents
I was considering adding a node server to see if I could connect via another sveltekit adapter. I instead doubled down on trying the regular config. Still with no luck tho
19 replies
RRailway
Created by permalik on 5/29/2023 in #✋|help
Sveltekit Deploy: Unable to Locate Documents
Still no luck
19 replies
RRailway
Created by permalik on 5/29/2023 in #✋|help
Sveltekit Deploy: Unable to Locate Documents
{
"name": "tymalik-secondary",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"start": "node build",
"test": "playwright test",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test:unit": "vitest",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"engines": {
"node": "18"
},
"type": "module",
"devDependencies": {
"@playwright/test": "^1.28.1",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.5.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte": "^2.26.0",
"postcss": "^8.4.24",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.8.1",
"svelte": "^3.54.0",
"svelte-check": "^3.0.1",
"tailwindcss": "^3.3.2",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.3.0",
"vitest": "^0.25.3"
},
"dependencies": {
"@types/backblaze-b2": "^1.5.2",
"backblaze-b2": "^1.7.0"
}
}
{
"name": "tymalik-secondary",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"start": "node build",
"test": "playwright test",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test:unit": "vitest",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"engines": {
"node": "18"
},
"type": "module",
"devDependencies": {
"@playwright/test": "^1.28.1",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.5.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte": "^2.26.0",
"postcss": "^8.4.24",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.8.1",
"svelte": "^3.54.0",
"svelte-check": "^3.0.1",
"tailwindcss": "^3.3.2",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.3.0",
"vitest": "^0.25.3"
},
"dependencies": {
"@types/backblaze-b2": "^1.5.2",
"backblaze-b2": "^1.7.0"
}
}
19 replies
RRailway
Created by permalik on 5/29/2023 in #✋|help
Sveltekit Deploy: Unable to Locate Documents
Beats me. Currently v20.1.0
19 replies
RRailway
Created by permalik on 5/29/2023 in #✋|help
Sveltekit Deploy: Unable to Locate Documents
19 replies
RRailway
Created by permalik on 5/29/2023 in #✋|help
Sveltekit Deploy: Unable to Locate Documents
I've updated PORT for the service in RW. Still getting the same RollupError.
19 replies