mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
Compare commits
19 Commits
15.0.1
...
listing-ma
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e6ca3a78f0 | ||
|
|
89c93efa17 | ||
|
|
9a6ae5c30a | ||
|
|
f6bfc0f3ae | ||
|
|
e7ea0369ed | ||
|
|
b74268a234 | ||
|
|
3d40d9a548 | ||
|
|
656a615b4a | ||
|
|
f9e08015f1 | ||
|
|
f0ecfb12c7 | ||
|
|
96cd9098f0 | ||
|
|
60525d4cca | ||
|
|
77a7c5493c | ||
|
|
99a23fff06 | ||
|
|
712fa84a02 | ||
|
|
2d31608fc6 | ||
|
|
946160345d | ||
|
|
9bd05e1e73 | ||
|
|
1104f200ac |
@@ -3,7 +3,7 @@ export const DEFAULT_CONFIG = {
|
|||||||
port: 9998,
|
port: 9998,
|
||||||
workingHours: { from: '', to: '' },
|
workingHours: { from: '', to: '' },
|
||||||
demoMode: false,
|
demoMode: false,
|
||||||
analyticsEnabled: true,
|
analyticsEnabled: null,
|
||||||
// Default path for sqlite storage directory. Interpreted relative to project root.
|
// Default path for sqlite storage directory. Interpreted relative to project root.
|
||||||
sqlitepath: '/db',
|
sqlitepath: '/db',
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "fredy",
|
"name": "fredy",
|
||||||
"version": "15.0.1",
|
"version": "15.0.0",
|
||||||
"description": "[F]ind [R]eal [E]states [d]amn eas[y].",
|
"description": "[F]ind [R]eal [E]states [d]amn eas[y].",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "husky",
|
"prepare": "husky",
|
||||||
|
|||||||
Reference in New Issue
Block a user