awesome, have inital authn working, auto re-authn is not yet though

This commit is contained in:
Chris Kruining 2025-05-22 16:21:58 +02:00
parent ec0ae60b10
commit 7d092176b2
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
11 changed files with 100 additions and 45 deletions

View file

@ -4,29 +4,14 @@ import devtools from 'solid-devtools/vite';
export default defineConfig({
vite: {
resolve: {
alias: [
{ find: '@', replacement: 'F:\\Github\\calque\\node_modules\\' },
],
},
html: {
cspNonce: 'KAAS_IS_AWESOME',
},
// css: {
// postcss: {
// },
// },
plugins: [
devtools({
autoname: true,
}),
solidSvg(),
{
name: 'temp',
configResolved(config) {
console.log(config.resolve.alias);
},
}
],
},
solid: {