Skip to content

Commit

Permalink
chore(base): did things
Browse files Browse the repository at this point in the history
  • Loading branch information
antonstjernquist committed Sep 9, 2024
1 parent 193cef1 commit de3cc85
Show file tree
Hide file tree
Showing 33 changed files with 1,695 additions and 301 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.idea

.docker
.env

npwd_temp

Expand Down
3 changes: 3 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"debug": false
}
17 changes: 8 additions & 9 deletions fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
fx_version("cerulean")
game("gta5")
description("js runtime monkaW")
authors({ "itschip", "erik-sn", "TasoOneAsia", "kidz", "RockySouthpaw", "SamShanks", "c-wide", "mojito" })
authors({ "project error" })
version("3.15.1-beta.2")
client_scripts({
"dist/game/client/client.js",
"dist/game/client/*.lua",
"client/index.js",
"client/*.lua",
})

server_script({
-- This is a file that lives purely in source code and isn't compiled alongside
-- rest of the release. It's used to detect whether a user can read or not.
"dist/game/server/server.js",
"server/index.js",
})

ui_page("dist/html/index.html")
ui_page("ui/index.html")

files({
"config.json",
"dist/html/index.html",
"dist/html/**/*",
"ui/assets/**/*.js",
"ui/index.html",
"ui/**/*",
})

dependency({
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
"npwd-config": "pnpm --filter @npwd/config",
"ui": "pnpm --filter @npwd/keyos",
"query": "pnpm --filter @core/query",
"bundle": "sh scripts/bundle.sh",
"move": "sh scripts/move.sh",
"router": "pnpm --filter @core/router"
},
"husky": {
Expand Down
Loading

0 comments on commit de3cc85

Please sign in to comment.