introduce the virtual filesystem everywhere
this unfortunately means I had to cut some features (bye bye commit history! for now) stuff's not quite 100% working just yet (like branch links, which were and are still broken) we also don't have content_version impls just yet
This commit is contained in:
parent
db0329077e
commit
377fbe4dab
42 changed files with 1613 additions and 1655 deletions
|
@ -57,7 +57,7 @@ description = "a place on the Internet I like to call home"
|
|||
|
||||
[build.javascript]
|
||||
import_roots = [
|
||||
{ name = "treehouse", path = "static/js" },
|
||||
{ name = "tairu", path = "static/js/components/tairu" },
|
||||
{ name = "haku", path = "static/js/components/haku" },
|
||||
{ name = "treehouse", path = "" },
|
||||
{ name = "tairu", path = "components/tairu" },
|
||||
{ name = "haku", path = "components/haku" },
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue