summaryrefslogtreecommitdiff
path: root/lua/test.lua
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-09-01 02:06:50 +0200
committerAylur <[email protected]>2024-09-01 02:06:50 +0200
commit0738194780ce52b9047c430b9498487417b2cd07 (patch)
treee0cdbcbc31ccbe1620a5f228f18fead658487652 /lua/test.lua
parent49cdf5d5e010c9abb9b02034999eef2f49f066b9 (diff)
move libastal to /core
starting point of the monorepo
Diffstat (limited to 'lua/test.lua')
-rw-r--r--lua/test.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/lua/test.lua b/lua/test.lua
deleted file mode 100644
index f5123a3..0000000
--- a/lua/test.lua
+++ /dev/null
@@ -1,8 +0,0 @@
-local App = require("astal.application")
-
-App:start({
- instance_name = "test",
- main = function()
- App:quit(1)
- end,
-})