英文: Tailwind and Vite warnings: "didn't resolve at build time, it will remain unchanged to ...
无法从 SvelteKit 钩子中访问本地存储。
英文: Cannot access localstorage from sveltekit hook 问题 以下是代码的翻译部分,不包括问题和回答: 我有一个用来验证用户是否已登录的函数: expor...
ESLint抱怨SvelteKit的App命名空间未定义。
英文: ESLint complains that SvelteKit's App namespace is not defined 问题 在我的 `+error.svelte` 页面中,我想...
I tried to import ccxt into my svelte kit app and got ReferenceError: Buffer is not defined even though I'd only imported it
英文: I tried to import ccxt into my svelte kit app and got ReferenceError: Buffer is not defined even...
你应该将 Axios 的 baseUrl 配置放在 SvelteKit 项目的哪个位置?
英文: Where should i put Axios baseUrl conf in sveltekit project? 问题 所有内容都在标题中,更具体地说,我正在使用Orval REST客户...
在Sveltekit中,你可以返回两个失败的ActionResults吗?
英文: In Sveltekit, can you return 2 fail ActionResults? 问题 +page.server.ts文件中是否可以发送多个失败响应? 如何正确修复这些类型...
SvelteKit 部署在 gh-pages 上不起作用。只显示 HTML,CSS 和 JS 不加载。
英文: SvelteKit deployment on gh - pages doesn't work. Only HTML is shown, CSS and JS doesn't ...
FirebaseAuth with SvelteKit on +page.ts load
英文: FirebaseAuth with SvelteKit on +page.ts load 问题 我有一个SvelteKit应用程序,正在使用Firebase和Node执行简单的Google S...
无法从我的src目录中的兄弟文件夹中使用Svelte和Vite导入TypeScript接口。
英文: Failure to import a typescript interface from a sibling folder in my src directory using svelte ...
TypeError: ImgurClient is not a constructor
英文: TypeError: ImgurClient is not a constructor 问题 I have a project in svelte kit, vite and typescri...
11