Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit fe657a6

Browse files
committed
fix(build): typo in fxmanifest creation
1 parent f8f3906 commit fe657a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
}
3838
3939
client_script 'ui.lua'
40-
server_scripts 'dist/build.js'
40+
server_script 'dist/build.js'
4141
4242
files {
4343
'web/build/index.html',

0 commit comments

Comments
 (0)