This website requires JavaScript.
Explore
Help
Sign in
prehnra
/
pre.hn
Watch
1
Star
0
Fork
You've already forked pre.hn
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
main
pre.hn
/
lib
/
mix
/
tasks
/
lain
/
dev_server.ex
8 lines
104 B
Elixir
Raw
Permalink
Normal View
History
Unescape
Escape
chore: Rename to Lain
2025-01-10 22:30:05 +00:00
defmodule
Mix.Tasks.Lain.DevServer
do
use
Mix.Task
def
run
(
_args
)
do
feat: Switch away from escript as the method, just use the app directory
2025-03-31 23:12:15 +00:00
Lain
.
serve
(
"
.
"
)
chore: Rename to Lain
2025-01-10 22:30:05 +00:00
end
end
Reference in a new issue
Copy permalink