Skip to content

Commit

Permalink
chore: remove experimental code
Browse files Browse the repository at this point in the history
  • Loading branch information
DominusKelvin committed Jan 3, 2024
1 parent 999d369 commit 5c2fcd9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ module.exports = function defineShipwrightHook(sails) {
if (process.env.NODE_ENV == 'production') {
rsbuild.build()
} else {
const serverAPIs = await rsbuild.getServerAPIs()
console.log(serverAPIs)
rsbuild.build({ mode: 'development', watch: true })
}
} catch (error) {
Expand Down

0 comments on commit 5c2fcd9

Please sign in to comment.