Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main branch update from Dev branch #719

Merged
merged 29 commits into from
Feb 8, 2024
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
2d9c672
Refactor: Move web source to sub-package
SnowSuno Jan 1, 2024
00da015
Fix: Move `cypress` dependencies into `@taxi/web` package
SnowSuno Jan 9, 2024
5d50825
Fix: Move `prettier` configs into `@taxi/web` package
SnowSuno Jan 9, 2024
0a759af
Fix: Update `.gitignore` rules for monorepo build files
SnowSuno Jan 10, 2024
8245070
Build: Update `Dockerfile` to build monorepo packages
SnowSuno Jan 10, 2024
0043e47
Add: `.dockerignore`
SnowSuno Jan 10, 2024
b9d456c
Merge pull request #700 from sparcs-kaist/#699-migrate-to-monorepo
SnowSuno Jan 17, 2024
63f01b7
Fix: Update dotenv load path
SnowSuno Jan 17, 2024
5484b36
Fix: Change unmet module resolutions
SnowSuno Jan 17, 2024
1c16f01
Build: Add `build:web` script
SnowSuno Jan 17, 2024
7358a74
Docs: Update development docs
SnowSuno Jan 17, 2024
0043835
Build: Unify and update `tsconfig.json`
SnowSuno Jan 17, 2024
12fac24
Merge pull request #703 from sparcs-kaist/#699.1-migrate-to-monorepo
SnowSuno Jan 18, 2024
ab623cd
Add: Init `@taxi/app` package
SnowSuno Jan 18, 2024
a230234
Add: Implement `WebView` wrapper
SnowSuno Jan 18, 2024
0c45634
Add: Connect local web server with app
SnowSuno Jan 23, 2024
44b0157
Add: Config `@taxi/app` path aliases
SnowSuno Jan 24, 2024
d2eb95f
Add: Navigation packages
SnowSuno Jan 24, 2024
17b39bb
Add: Impl webview screen routing
SnowSuno Jan 24, 2024
d548130
Remove: unused webview listener
SnowSuno Jan 24, 2024
b315981
Fix: remove redundant types
SnowSuno Jan 24, 2024
adedbd9
Fix: Configure socket.io dev proxy
SnowSuno Jan 30, 2024
3d2129d
Add: `start:app:prod` script
SnowSuno Jan 30, 2024
2ff481a
Fix: Temp disable native tab navigation
SnowSuno Jan 30, 2024
036ac16
Add: Inject platform OS in userAgent
SnowSuno Jan 30, 2024
fcf0786
Merge pull request #704 from sparcs-kaist/#702-app-core-package-init
SnowSuno Jan 30, 2024
cc0e067
Fix: Vite .env At config
happycastle114 Jan 30, 2024
314aa17
Fix: Vite config for env
happycastle114 Feb 3, 2024
4a60374
Merge pull request #717 from sparcs-kaist/707-bug-vite-env-파일-작동-안함
14KGun Feb 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix: Update dotenv load path
  • Loading branch information
SnowSuno committed Jan 17, 2024
commit 63f01b7712bbb96ec4eb912b4796de7f95c48b2e
1 change: 1 addition & 0 deletions packages/web/vite.config.ts
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ import svgr from "vite-plugin-svgr";

export default defineConfig({
plugins: [svgr(), react({ jsxImportSource: "@emotion/react" })],
envDir: "../..",
envPrefix: "REACT_APP_",
resolve: {
alias: {