add bun
This commit is contained in:
parent
b0b1755154
commit
946fb1f55c
3 changed files with 22 additions and 4 deletions
1
.tool-versions
Normal file
1
.tool-versions
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
bun 1.2.8
|
||||||
14
bun.lock
Normal file
14
bun.lock
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"lockfileVersion": 1,
|
||||||
|
"workspaces": {
|
||||||
|
"": {
|
||||||
|
"name": "astal-shell",
|
||||||
|
"dependencies": {
|
||||||
|
"astal": "/usr/share/astal/gjs",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
"packages": {
|
||||||
|
"astal": ["astal@file:../../../../usr/share/astal/gjs", {}],
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -1,5 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "astal-shell",
|
"name": "astal-shell",
|
||||||
|
"scripts": {
|
||||||
|
"start": "ags run --gtk4 -d ."
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"astal": "/usr/share/astal/gjs"
|
"astal": "/usr/share/astal/gjs"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue