mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
refactor: 🚚 Add slash to typescript path shortcuts
This commit is contained in:
parent
5b658984a5
commit
0706541546
176 changed files with 733 additions and 733 deletions
2
build.ts
2
build.ts
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue