chore: move regime to github

This commit is contained in:
Dan Finch 2026-05-18 23:59:31 +02:00
parent 3fc9e6dab1
commit 30167c7f45
4 changed files with 17 additions and 20 deletions

View file

@ -9,12 +9,12 @@
]
},
"scripts": {
"start": "hypeup generate --dir src/routes --watch",
"build": "hypeup generate --dir src/routes",
"start": "hypeup generate --watch",
"build": "hypeup generate",
"check": "tsgo --build",
"test": "bun test --pass-with-no-tests --tsconfig-override tsconfig.test.json",
"lint": "oxlint",
"publish": "rsync -avz dist/ quickbasic.org:~/sigitex.com"
"publish": "rsync -avz --delete dist/ sigitex.com:~/sigitex.com"
},
"dependencies": {
"@hypeup/lexicon": "workspace:*",