fix(gs/xanthous): Update hie.yaml for new app/ directory

Change-Id: I87c82f22313285085ac53485613b7d9f91b52ed2
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3802
Reviewed-by: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Griffin Smith 2021-11-06 11:45:07 -04:00 committed by grfn
parent ff6c008d78
commit e0bec49b39

View file

@ -4,7 +4,7 @@ cradle:
component: 'lib:xanthous' component: 'lib:xanthous'
- path: './test' - path: './test'
component: 'test:test' component: 'test:test'
- path: './src' - path: './app'
component: 'exe:xanthous' component: 'exe:xanthous'
- path: './bench' - path: './bench'
component: 'bench:benchmark' component: 'bench:benchmark'