mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 10:15:31 +00:00
* Start adopting Yarn workspaces My plan is to move the existing package into a workspace and then split out the things that really ought to be their own packages. For example, the demo site and the experiments really ought to be separate. Fix lint command * Use workspaces in CI * Fix deploy for monorepo
22 lines
No EOL
690 B
TOML
22 lines
No EOL
690 B
TOML
[build]
|
|
command = "yarn deploy"
|
|
publish = "packages/webamp/demo/built"
|
|
|
|
# A short URL for listeners of https://changelog.com/podcast/291
|
|
[[redirects]]
|
|
from = "/changelog"
|
|
to = "/#%7B\"initialTracks\"%3A%5B%7B\"url\"%3A\"https%3A%2F%2Fcdn.changelog.com%2Fuploads%2Fpodcast%2F291%2Fthe-changelog-291.mp3\"%2C\"metaData\"%3A%7B\"artist\"%3A\"Changelog%20Podcast\"%2C\"title\"%3A\"Winamp2-js\"%7D%7D%5D%7D"
|
|
|
|
[[redirects]]
|
|
from = "/about"
|
|
to = "https://github.com/captbaritone/webamp"
|
|
|
|
# Redirect domain aliases to primary domain
|
|
[[redirects]]
|
|
from = "https://webamp.net/*"
|
|
to = "https://webamp.org/:splat"
|
|
status = 301
|
|
force = true
|
|
|
|
[build.environment]
|
|
NODE_VERSION = "10" |