mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-10-04 07:36:27 +08:00
Iss 100: Implement interfaces and constants for generic API methods (#127)
SETOptions struct added. Adjusted Set method calls for using new struct. - @osteensco
This commit is contained in:
@@ -29,6 +29,23 @@ const config: Config = {
|
||||
locales: ["en"],
|
||||
},
|
||||
|
||||
// Custom plugin for hot reloading
|
||||
plugins: [
|
||||
function hotReload() {
|
||||
return {
|
||||
name: 'hot-reload',
|
||||
configureWebpack() {
|
||||
return {
|
||||
watchOptions: {
|
||||
poll: 1000, // Check for changes every second
|
||||
aggregateTimeout: 300, // Delay before rebuilding
|
||||
},
|
||||
};
|
||||
},
|
||||
};
|
||||
},
|
||||
],
|
||||
|
||||
presets: [
|
||||
[
|
||||
"classic",
|
||||
|
Reference in New Issue
Block a user