Bit
Bit
SSolidJS
Created by Bit on 10/8/2024 in #support
Server Action Invalid URL
Looks like it has something to do with wrapping my action with import { action, useAction } from "@solidjs/router"; Am I misunderstanding what this is for? When I remove it from wrapping my action it works as expected.
3 replies
SSolidJS
Created by Bit on 6/16/2024 in #support
npm run build fails if outDir is changed
If I open it in vscode there's no highlighting on them.
9 replies
SSolidJS
Created by Bit on 6/16/2024 in #support
npm run build fails if outDir is changed
It looks like the files dont have valid js syntax
9 replies
SSolidJS
Created by Bit on 6/16/2024 in #support
npm run build fails if outDir is changed
No description
9 replies
SSolidJS
Created by Bit on 6/16/2024 in #support
npm run build fails if outDir is changed
No description
9 replies
SSolidJS
Created by Bit on 6/16/2024 in #support
npm run build fails if outDir is changed
No description
9 replies
SSolidJS
Created by Bit on 6/16/2024 in #support
npm run build fails if outDir is changed
Thanks! Is this also why when I deploy I see my .css files served but not my .js files? I enabled static serve in nitro
export default defineConfig({
server: {
preset: "aws-lambda",
serveStatic: true,
}
});
export default defineConfig({
server: {
preset: "aws-lambda",
serveStatic: true,
}
});
9 replies