Logo
Explore Help
Sign In
phundrak/sta
1
0
Fork 0
You've already forked sta
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
970a38153e4036feba80d7b0eec94fde53bf7867
sta/vite.config.ts

15 lines
272 B
TypeScript
Raw Normal View History

chore: set frontend to a blank state
2026-05-14 21:41:34 +02:00
import * as path from 'path';
refactor: reorganize project into monorepo with frontend scaffolding Convert project from single backend to monorepo structure with separate frontend (Vue 3 + TypeScript + Vite) and backend directories. Updates all configuration files and build system to support both workspaces. Ref: T007 (specs/001-modbus-relay-control)
2026-01-01 17:35:58 +01:00
chore(frontend): install and set up oxlint and oxfmt
2026-05-14 22:01:56 +02:00
import vue from '@vitejs/plugin-vue';
import { defineConfig } from 'vite';
refactor: reorganize project into monorepo with frontend scaffolding Convert project from single backend to monorepo structure with separate frontend (Vue 3 + TypeScript + Vite) and backend directories. Updates all configuration files and build system to support both workspaces. Ref: T007 (specs/001-modbus-relay-control)
2026-01-01 17:35:58 +01:00
// https://vite.dev/config/
export default defineConfig({
plugins: [vue()],
chore: set frontend to a blank state
2026-05-14 21:41:34 +02:00
resolve: {
alias: {
'@': path.resolve(__dirname, './src'),
},
},
});
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 76ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API