Skip to content

Commit

Permalink
chore: update fxmanifest
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Jan 6, 2022
1 parent 537e8e4 commit e27ca86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ game 'gta5'
--[[ Resource Information ]]--
name 'ox_inventory'
author 'Overextended'
version '2.1.5'
version '2.1.6'
repository 'https://github.com/overextended/ox_inventory'
description 'Slot-based inventory with metadata'

Expand Down
2 changes: 1 addition & 1 deletion web/craco.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
devServer: (devServerConfig) => {
if (process.env.IN_GAME_DEV) {
// Used for in-game dev mode
devServerConfig.devMiddleware.writeToDisk = true
devServerConfig.writeToDisk = true;
}

return devServerConfig;
Expand Down

0 comments on commit e27ca86

Please sign in to comment.