/[sudobot]/trunk/.gitpod.yml
ViewVC logotype

Annotation of /trunk/.gitpod.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 415 - (hide annotations)
Mon Jul 29 17:30:07 2024 UTC (8 months, 1 week ago) by rakin
File size: 378 byte(s)
fix: update config schema (#82)

* refactor: extract the config schema to a separate method

* style: remove uneeded imports

* fix: update config schema (#79)
1 rakin 285 # This configuration file was automatically generated by Gitpod.
2     # Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
3     # and commit this file to your remote git repository to share the goodness with others.
4    
5     tasks:
6 rakin 415 - init: test -f .gitpodsetup.sh && source /workspace/sudobot/.gitpodsetup.sh; npm install && npm run build
7     command: npm run start

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26