Conversation
| @@ -0,0 +1,7 @@ | |||
| const autoprefixer = require('autoprefixer'); | |||
There was a problem hiding this comment.
Should check is MJS option available for now, looks like yes
svelte-add/svelte-add#209
we are not going to use Tailwind, and it seems that Vite can load ESM config directly
There was a problem hiding this comment.
Вот тут не получилось, не совсем понял. Переделал, импортнул в sveltekit, вроде работает
nosovk
left a comment
There was a problem hiding this comment.
Correct adapter is blocker
Deploying with
|
| Latest commit: |
2fac544
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://3e43c6ae.redirectinspector-com.pages.dev |
| Branch Preview URL: | https://svelte-rdi-3.redirectinspector-com.pages.dev |
| @@ -12,6 +12,7 @@ | |||
| }, | |||
| "devDependencies": { | |||
| "@sveltejs/adapter-auto": "next", | |||
| }, | ||
| "devDependencies": { | ||
| "@sveltejs/adapter-auto": "next", | ||
| "@sveltejs/adapter-cloudflare": "^1.0.0-next.38", |
There was a problem hiding this comment.
Версию тут можно руками ставить? Даже когда запускаю npm install @sveltejs/adapter-cloudflare@next оно вот так ставит по умолчанию
There was a problem hiding this comment.
да, просто руками "next" и сделать npm i после этого
|
https://svelte-rdi-3.redirectinspector-com.pages.dev/
|
| @@ -1,4 +1,5 @@ | |||
| import adapter from '@sveltejs/adapter-cloudflare'; | |||
| // import adapter from '@sveltejs/adapter-cloudflare'; | |||
| import adapter from '@sveltejs/adapter-static'; | |||
There was a problem hiding this comment.
тут был правильный, так не ок. Так билд не сработает сейчас.
|
билд снова работает https://svelte-rdi-3.redirectinspector-com.pages.dev/ |

No description provided.