Update src/tic-tac-toe/vite.config.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
ec91a55058
commit
a41b8303b0
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ const externals = collectDeps(
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
root: __dirname,
|
root: __dirname,
|
||||||
define: {
|
define: {
|
||||||
__SERVICE_NAME: '"chat"',
|
__SERVICE_NAME: '"tic-tac-toe"',
|
||||||
},
|
},
|
||||||
// service root
|
// service root
|
||||||
plugins: [tsconfigPaths(), nodeExternals()],
|
plugins: [tsconfigPaths(), nodeExternals()],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue