mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-07 04:22:09 +00:00
fix: less error prone references
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { Language } from './code';
|
||||
|
||||
export const versions = ['1.4.x', '1.3.x'];
|
||||
export const versions = ['1.4.x', '1.3.x', '1.2.x', '1.1.x', '1.0.x'];
|
||||
|
||||
export enum Service {
|
||||
Account = 'account',
|
||||
|
||||
Reference in New Issue
Block a user