mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
feat: enhance password security with server-side hashing and constant-time comparisons
This commit is contained in:
@@ -15,7 +15,7 @@ export default defineConfig({
|
||||
},
|
||||
build: {
|
||||
outDir: path.resolve(rootDir, '../dist'),
|
||||
emptyOutDir: false,
|
||||
emptyOutDir: true,
|
||||
sourcemap: true,
|
||||
},
|
||||
server: {
|
||||
|
||||
Reference in New Issue
Block a user