mirror of
https://github.com/zoriya/astal.git
synced 2026-06-16 07:01:50 +00:00
0738194780
starting point of the monorepo
9 lines
136 B
Lua
9 lines
136 B
Lua
local App = require("astal.application")
|
|
|
|
App:start({
|
|
instance_name = "test",
|
|
main = function()
|
|
App:quit(1)
|
|
end,
|
|
})
|