Skip to content

Commit a2f6516

Browse files
Merge pull request #67 from weenachuangkud/wally-publish-setup
Configure wally.toml for publishing (exclude, registry, author format)
2 parents cc86abf + a5f8de3 commit a2f6516

1 file changed

Lines changed: 28 additions & 4 deletions

File tree

wally.toml

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,31 @@
11
[package]
2-
name = "weenachuangkud/fastcast2" # Replace with your Roblox username and project name
2+
name = "weenachuangkud/fastcast2"
33
description = "An improved version of FastCast with Parallel scripting, more extensions, and statically typed"
4-
author = ["Mawin Chuangkud"]
4+
author = "Mawin Chuangkud"
55
version = "0.1.0"
6-
registry = "https://github.com/weenachuangkud/FastCast2"
7-
realm = "shared" # Or "server" or "client" depending on your package's scope
6+
registry = "https://github.com/UpliftGames/wally-index"
7+
realm = "shared"
8+
exclude = [
9+
"node_modules/**",
10+
".git/**",
11+
"build/**",
12+
"docs/**",
13+
"benchmarks/**",
14+
".agents/**",
15+
".moonwave/**",
16+
".github/**",
17+
".vscode/**",
18+
"README.md",
19+
"README.th.md",
20+
"TODO.md",
21+
"moonwave.toml",
22+
"selene.toml",
23+
"package.json",
24+
"package-lock.json",
25+
"CONTRIBUTING.md",
26+
"AGENTS.md",
27+
"LICENSE-CC-BY-NC-ND",
28+
"LICENSE-MIT",
29+
]
30+
31+
[dependencies]

0 commit comments

Comments
 (0)