refactor: 🚚 Add slash to typescript path shortcuts

This commit is contained in:
Jesse Wierzbinski 2024-05-28 14:59:49 -10:00
parent 5b658984a5
commit 0706541546
No known key found for this signature in database
176 changed files with 733 additions and 733 deletions

View file

@ -1,7 +1,7 @@
import { $ } from "bun";
import chalk from "chalk";
import ora from "ora";
import { routes } from "~routes";
import { routes } from "~/routes";
const buildSpinner = ora("Building").start();