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", {}],
|
||||
}
|
||||
}
|
||||
11
package.json
11
package.json
|
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
"name": "astal-shell",
|
||||
"dependencies": {
|
||||
"astal": "/usr/share/astal/gjs"
|
||||
}
|
||||
"name": "astal-shell",
|
||||
"scripts": {
|
||||
"start": "ags run --gtk4 -d ."
|
||||
},
|
||||
"dependencies": {
|
||||
"astal": "/usr/share/astal/gjs"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue