Skip to content

Commit

Permalink
fix: don't set strict mode explicitly
Browse files Browse the repository at this point in the history
Vide is set to strict mode in Studio by default, so this is no longer necessary.
  • Loading branch information
paradoxuum committed Jul 19, 2024
1 parent 21b430e commit 15336af
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
3 changes: 1 addition & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"files": [
"out",
"!**/*.tsbuildinfo",
"!**/__tests__",
"!**/app/config*"
"!**/__tests__"
],
"keywords": [
"roblox",
Expand Down
2 changes: 0 additions & 2 deletions packages/ui/src/app/app.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import "./config";

import { Signal } from "@rbxts/beacon";
import { ClientAPI } from "@rbxts/centurion";
import { ContentProvider, Players } from "@rbxts/services";
Expand Down
6 changes: 0 additions & 6 deletions packages/ui/src/app/config.ts

This file was deleted.

0 comments on commit 15336af

Please sign in to comment.