setup workflow

This commit is contained in:
Alice 2025-02-23 12:02:20 +01:00 committed by centau
parent 6cf770df4e
commit e882ab119a
6 changed files with 277 additions and 0 deletions

20
pesde.toml Normal file
View file

@ -0,0 +1,20 @@
name = "centau/vide"
version = "0.1.0"
description = "A reactive Luau library for creating UI."
authors = ["centau"]
repository = "https://github.com/centau/vide"
license = "MIT"
[target]
environment = "roblox"
[indices]
default = "https://github.com/pesde-pkg/index"
[scripts]
roblox_sync_config_generator = ".pesde/scripts/roblox_sync_config_generator.luau"
sourcemap_generator = ".pesde/scripts/sourcemap_generator.luau"
[dev_dependencies]
scripts = { name = "pesde/scripts_rojo", version = "^0.1.0", target = "lune" }
rojo = { name = "pesde/rojo", version = "^7.4.4", target = "lune" }