login form

This commit is contained in:
CoolElectronics 2023-08-12 16:24:08 -04:00
parent 76659f0fa5
commit 932858d6e7
No known key found for this signature in database
GPG key ID: F63593D168636C50
2 changed files with 39 additions and 26 deletions

View file

@ -4,7 +4,6 @@ const preprocess = require("svelte-preprocess");
const config = {
preprocess: [
preprocess({
postcss: true,
typescript: true,
}),
],