Add a dev run main file

This commit is contained in:
Shane C 2024-04-24 11:03:28 -04:00
parent 19b2fbc692
commit 59be529601
No known key found for this signature in database
GPG key ID: 565F3A1C80F8AA9D
3 changed files with 15 additions and 3 deletions

View file

@ -1,6 +1,3 @@
/*
Copyright © 2024 NAME HERE <EMAIL ADDRESS>
*/
package main
import (

12
main_dev.go Normal file
View file

@ -0,0 +1,12 @@
//go:build devBuild
// +build devBuild
package main
import (
"git.shadowhosting.xyz/shadow/cmd"
)
func main() {
cmd.Execute()
}

3
src/styles/editor.css Normal file
View file

@ -0,0 +1,3 @@
.editor-control-selected {
}