fix(create-nocobase-app): storage path
This commit is contained in:
parent
c90e5aee4c
commit
a0245caeb8
@ -1,6 +1,6 @@
|
||||
# Release Notes
|
||||
|
||||
## 2022/05/22 ~ v0.7.0-alpha.59
|
||||
## 2022/05/23 ~ v0.7.0-alpha.59
|
||||
|
||||
- fix(client): improve translation
|
||||
- fix(cli): nocobase test command --db-clean option is invalid
|
||||
|
@ -80,7 +80,7 @@ class AppGenerator extends Generator {
|
||||
if (!allDbDialect) {
|
||||
dependencies.push(`"sqlite3": "^5.0.8"`);
|
||||
}
|
||||
envs.push(`DB_STORAGE=${env.DB_STORAGE || 'storages/db/nocobase.sqlite'}`);
|
||||
envs.push(`DB_STORAGE=${env.DB_STORAGE || 'storage/db/nocobase.sqlite'}`);
|
||||
break;
|
||||
case 'mysql':
|
||||
if (!allDbDialect) {
|
||||
|
@ -219,6 +219,9 @@
|
||||
// images
|
||||
img {
|
||||
max-width: 1000px;
|
||||
@media @mobile {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user