Dom
Dom
SSolidJS
Created by Dom on 9/11/2024 in #support
Using localStorage after creating a project with solidstart
thanks thats very useful
5 replies
SSolidJS
Created by Dom on 9/11/2024 in #support
Using localStorage after creating a project with solidstart
You can turn of SSR with
import { defineConfig } from "@solidjs/start/config";

export default defineConfig({
ssr: false
});
import { defineConfig } from "@solidjs/start/config";

export default defineConfig({
ssr: false
});
which resolves my issue
5 replies