-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: replace all branches with main wd-239 (#241)
* feat: replace all branches with main wd-239 * ci: edit prettier lint wd-239
- Loading branch information
1 parent
e66b951
commit ffeeb35
Showing
6 changed files
with
8 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
development: | ||
base: development | ||
|
||
production: | ||
base: production | ||
main: | ||
base: main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
# autogenerated | ||
CHANGELOG.md | ||
|
||
# only manual formatting | ||
source/manifest.njk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
let ProjectPrefix = /** @type {const} */ ({ | ||
APPS: [`wd`, `release`], | ||
ENVIRONMENTS: [`production`, `development`], | ||
}) | ||
|
||
export { ProjectPrefix } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
let process = require(`node:process`) | ||
|
||
let isDevelopmentMode = process.env.NODE_ENV === `development` | ||
|
||
module.exports = { | ||
description: `Interface Developer`, | ||
domain: `https://whatislove.dev`, | ||
isDevelopmentMode, | ||
title: `Vladyslav Zubko`, | ||
} |